#2EFFFC

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

Shades of Aqua #2EFFFC

Tints of Aqua #2EFFFC

Color information

#2EFFFC (or 0x2EFFFC) is unknown color: approx Aqua. HEX triplet: 2E, FF and FC. RGB value is (46,255,252). Sum of RGB (Red+Green+Blue) = 46+255+252=553 (73% of max value = 765). Red value is 46 (18.36% from 255 or 8.32% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFFFC is #D10003. Grayscale: #BFBFBF. Windows color (decimal): -13697028 or 16580398. OLE color: 16580398.

HSL color Cylindrical-coordinate representation of color #2EFFFC: hue angle of 179.14º 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 #2EFFFC is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB46255252-
CMYK0.8200.010
HSL179.14º100%59.02%-
HSV(B)179.14º81.96%100%-
XYZ54.4679.13104.5-
YUV192.17161.7623.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 8.32%
GREEN value IS 255 (100% from 255) = 46.11%
BLUE value IS 252 (98.83% from 255) = 45.57%
R=8.32%
G=46.11%
B=45.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal462552520.8200.010179.1410059.02
Hex2EFFFC52010b3643b
Octal5637737412201026314473
Binary10111011111111111111001010010010101100111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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