#CEEE96

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

Shades of Reef #CEEE96

Tints of Reef #CEEE96

Color information

#CEEE96 (or 0xCEEE96) is unknown color: approx Reef. HEX triplet: CE, EE and 96. RGB value is (206,238,150). Sum of RGB (Red+Green+Blue) = 206+238+150=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 150 (58.98% from 255 or 25.25% from 594); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEE96 is #311169. Grayscale: #DADADA. Windows color (decimal): -3215722 or 9891534. OLE color: 9891534.

HSL color Cylindrical-coordinate representation of color #CEEE96: hue angle of 81.82º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEEE96 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB206238150-
CMYK0.1300.370.07
HSL81.82º72.13%76.08%-
HSV(B)81.82º36.97%93.33%-
XYZ61.5376.4740.37-
YUV218.489.4119.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.68%
GREEN value IS 238 (93.36% from 255) = 40.07%
BLUE value IS 150 (58.98% from 255) = 25.25%
R=34.68%
G=40.07%
B=25.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062381500.1300.370.0781.8272.1376.08
HexCEEE96D025752484c
Octal316356226150457122110114
Binary11001110111011101001011011010100101111101001010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEE96; }

 p { color: rgb(206,238,150); }

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

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

 a { background-color: rgb(206,238,150); }

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

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

 span { border-color: rgb(206,238,150); }

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