#CEFEAA

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

Shades of Reef #CEFEAA

Tints of Reef #CEFEAA

Color information

#CEFEAA (or 0xCEFEAA) is unknown color: approx Reef. HEX triplet: CE, FE and AA. RGB value is (206,254,170). Sum of RGB (Red+Green+Blue) = 206+254+170=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 170 (66.80% from 255 or 26.98% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFEAA is #310155. Grayscale: #E6E6E6. Windows color (decimal): -3211606 or 11206350. OLE color: 11206350.

HSL color Cylindrical-coordinate representation of color #CEFEAA: hue angle of 94.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEFEAA is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB206254170-
CMYK0.1900.330.00
HSL94.29º97.67%83.14%-
HSV(B)94.29º33.07%99.61%-
XYZ68.1586.9151.21-
YUV230.0794.1110.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.70%
GREEN value IS 254 (99.61% from 255) = 40.32%
BLUE value IS 170 (66.80% from 255) = 26.98%
R=32.70%
G=40.32%
B=26.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062541700.1900.330.0094.2997.6783.14
HexCEFEAA1302105e6253
Octal316376252230410136142123
Binary1100111011111110101010101001101000010101111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFEAA; }

 p { color: rgb(206,254,170); }

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

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

 a { background-color: rgb(206,254,170); }

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

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

 span { border-color: rgb(206,254,170); }

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