#CEF9AA

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

Shades of Reef #CEF9AA

Tints of Reef #CEF9AA

Color information

#CEF9AA (or 0xCEF9AA) is unknown color: approx Reef. HEX triplet: CE, F9 and AA. RGB value is (206,249,170). Sum of RGB (Red+Green+Blue) = 206+249+170=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 170 (66.80% from 255 or 27.2% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF9AA is #310655. Grayscale: #E3E3E3. Windows color (decimal): -3212886 or 11205070. OLE color: 11205070.

HSL color Cylindrical-coordinate representation of color #CEF9AA: hue angle of 92.66º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEF9AA is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB206249170-
CMYK0.1700.320.02
HSL92.66º86.81%82.16%-
HSV(B)92.66º31.73%97.65%-
XYZ66.5883.7850.69-
YUV227.1495.75112.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.96%
GREEN value IS 249 (97.66% from 255) = 39.84%
BLUE value IS 170 (66.80% from 255) = 27.2%
R=32.96%
G=39.84%
B=27.2%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062491700.1700.320.0292.6686.8182.16
HexCEF9AA1102025d5752
Octal316371252210402135127122
Binary11001110111110011010101010001010000010101110110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF9AA; }

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

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

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

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

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

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

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

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