#CEF09E

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

Shades of Reef #CEF09E

Tints of Reef #CEF09E

Color information

#CEF09E (or 0xCEF09E) is unknown color: approx Reef. HEX triplet: CE, F0 and 9E. RGB value is (206,240,158). Sum of RGB (Red+Green+Blue) = 206+240+158=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 158 (62.11% from 255 or 26.16% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF09E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF09E is #310F61. Grayscale: #DCDCDC. Windows color (decimal): -3215202 or 10416334. OLE color: 10416334.

HSL color Cylindrical-coordinate representation of color #CEF09E: hue angle of 84.88º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEF09E is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB206240158-
CMYK0.1400.340.06
HSL84.88º73.21%78.04%-
HSV(B)84.88º34.17%94.12%-
XYZ62.7977.9144.08-
YUV220.4992.74117.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.11%
GREEN value IS 240 (94.14% from 255) = 39.74%
BLUE value IS 158 (62.11% from 255) = 26.16%
R=34.11%
G=39.74%
B=26.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062401580.1400.340.0684.8873.2178.04
HexCEF09EE022655494e
Octal316360236160426125111116
Binary11001110111100001001111011100100010110101010110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF09E; }

 p { color: rgb(206,240,158); }

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

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

 a { background-color: rgb(206,240,158); }

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

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

 span { border-color: rgb(206,240,158); }

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