#CCEE9E

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

Shades of Reef #CCEE9E

Tints of Reef #CCEE9E

Color information

#CCEE9E (or 0xCCEE9E) is unknown color: approx Reef. HEX triplet: CC, EE and 9E. RGB value is (204,238,158). Sum of RGB (Red+Green+Blue) = 204+238+158=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 158 (62.11% from 255 or 26.33% from 600); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEE9E is #331161. Grayscale: #DADADA. Windows color (decimal): -3346786 or 10415820. OLE color: 10415820.

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

Color convert

RGB204238158-
CMYK0.1400.340.07
HSL85.5º70.18%77.65%-
HSV(B)85.5º33.61%93.33%-
XYZ61.6576.4643.86-
YUV218.7193.74117.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 238 (93.36% from 255) = 39.67%
BLUE value IS 158 (62.11% from 255) = 26.33%
R=34%
G=39.67%
B=26.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042381580.1400.340.0785.570.1877.65
HexCCEE9EE022756464e
Octal314356236160427126106116
Binary11001100111011101001111011100100010111101011010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEE9E; }

 p { color: rgb(204,238,158); }

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

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

 a { background-color: rgb(204,238,158); }

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

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

 span { border-color: rgb(204,238,158); }

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