#2EFFFE

Color #2EFFFE Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #2EFFFE

Tints of Aqua #2EFFFE

Color information

#2EFFFE (or 0x2EFFFE) is unknown color: approx Aqua. HEX triplet: 2E, FF and FE. RGB value is (46,255,254). Sum of RGB (Red+Green+Blue) = 46+255+254=555 (73% of max value = 765). Red value is 46 (18.36% from 255 or 8.29% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFFFE is #D10001. Grayscale: #C0C0C0. Windows color (decimal): -13697026 or 16711470. OLE color: 16711470.

HSL color Cylindrical-coordinate representation of color #2EFFFE: hue angle of 179.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFFFE is Cyan = 0.82, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB46255254-
CMYK0.8200.000
HSL179.71º100%59.02%-
HSV(B)179.71º81.96%100%-
XYZ54.7879.26106.18-
YUV192.4162.7623.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 8.29%
GREEN value IS 255 (100% from 255) = 45.95%
BLUE value IS 254 (99.61% from 255) = 45.77%
R=8.29%
G=45.95%
B=45.77%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal462552540.8200.000179.7110059.02
Hex2EFFFE52000b4643b
Octal5637737612200026414473
Binary10111011111111111111101010010000101101001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EFFFE; }

 p { color: rgb(46,255,254); }

 H1.HeaderClassName
 {
   color: #2EFFFE;
 }
 .AnyTagClassName
 {
   color: #2EFFFE;
 }
</style>
background-color css

<style>
 a { background-color: #2EFFFE; }

 a { background-color: rgb(46,255,254); }

 div.DivClassName
 {
   background-color: #2EFFFE;
 }
 .BgClassName
 {
   background-color: #2EFFFE;
 }
</style>
border-color css

<style>
 span { border-color: #2EFFFE; }

 span { border-color: rgb(46,255,254); }

 td.TdClassName
 {
   border-color: #2EFFFE;
 }
 .TagClassName
 {
   border-color: #2EFFFE;
 }
</style>