#CEF69E

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

Shades of Reef #CEF69E

Tints of Reef #CEF69E

Color information

#CEF69E (or 0xCEF69E) is unknown color: approx Reef. HEX triplet: CE, F6 and 9E. RGB value is (206,246,158). Sum of RGB (Red+Green+Blue) = 206+246+158=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 158 (62.11% from 255 or 25.90% from 610); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF69E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF69E is #310961. Grayscale: #E0E0E0. Windows color (decimal): -3213666 or 10417870. OLE color: 10417870.

HSL color Cylindrical-coordinate representation of color #CEF69E: hue angle of 87.27º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEF69E is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB206246158-
CMYK0.1600.360.04
HSL87.27º83.02%79.22%-
HSV(B)87.27º35.77%96.47%-
XYZ64.5881.544.68-
YUV224.0190.75115.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.77%
GREEN value IS 246 (96.48% from 255) = 40.33%
BLUE value IS 158 (62.11% from 255) = 25.90%
R=33.77%
G=40.33%
B=25.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062461580.1600.360.0487.2783.0279.22
HexCEF69E10024457534f
Octal316366236200444127123117
Binary110011101111011010011110100000100100100101011110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF69E; }

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

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

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

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

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

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

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

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