#CEE995

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

Shades of Reef #CEE995

Tints of Reef #CEE995

Color information

#CEE995 (or 0xCEE995) is unknown color: approx Reef. HEX triplet: CE, E9 and 95. RGB value is (206,233,149). Sum of RGB (Red+Green+Blue) = 206+233+149=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE995 is #31166A. Grayscale: #D7D7D7. Windows color (decimal): -3217003 or 9824718. OLE color: 9824718.

HSL color Cylindrical-coordinate representation of color #CEE995: hue angle of 79.29º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEE995 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB206233149-
CMYK0.1200.360.09
HSL79.29º65.62%74.9%-
HSV(B)79.29º36.05%91.37%-
XYZ60.0273.5739.47-
YUV215.3590.55121.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.03%
GREEN value IS 233 (91.41% from 255) = 39.63%
BLUE value IS 149 (58.59% from 255) = 25.34%
R=35.03%
G=39.63%
B=25.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062331490.1200.360.0979.2965.6274.9
HexCEE995C02494f424b
Octal3163512251404411117102113
Binary110011101110100110010101110001001001001100111110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE995; }

 p { color: rgb(206,233,149); }

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

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

 a { background-color: rgb(206,233,149); }

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

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

 span { border-color: rgb(206,233,149); }

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