#CEE096

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

Shades of Reef #CEE096

Tints of Reef #CEE096

Color information

#CEE096 (or 0xCEE096) is unknown color: approx Reef. HEX triplet: CE, E0 and 96. RGB value is (206,224,150). Sum of RGB (Red+Green+Blue) = 206+224+150=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE096 is #311F69. Grayscale: #D2D2D2. Windows color (decimal): -3219306 or 9887950. OLE color: 9887950.

HSL color Cylindrical-coordinate representation of color #CEE096: hue angle of 74.59º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEE096 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB206224150-
CMYK0.0800.330.12
HSL74.59º54.41%73.33%-
HSV(B)74.59º33.04%87.84%-
XYZ57.6168.6439.07-
YUV210.1894.04125.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.52%
GREEN value IS 224 (87.89% from 255) = 38.62%
BLUE value IS 150 (58.98% from 255) = 25.86%
R=35.52%
G=38.62%
B=25.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062241500.0800.330.1274.5954.4173.33
HexCEE0968021C4b3649
Octal316340226100411411366111
Binary11001110111000001001011010000100001110010010111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE096; }

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

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

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

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

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

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

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

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