#CCEE95

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

Shades of Reef #CCEE95

Tints of Reef #CCEE95

Color information

#CCEE95 (or 0xCCEE95) is unknown color: approx Reef. HEX triplet: CC, EE and 95. RGB value is (204,238,149). Sum of RGB (Red+Green+Blue) = 204+238+149=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 149 (58.59% from 255 or 25.21% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEE95 is #33116A. Grayscale: #DADADA. Windows color (decimal): -3346795 or 9825996. OLE color: 9825996.

HSL color Cylindrical-coordinate representation of color #CCEE95: hue angle of 82.92º 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 #CCEE95 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB204238149-
CMYK0.1400.370.07
HSL82.92º72.36%75.88%-
HSV(B)82.92º37.39%93.33%-
XYZ60.976.1639.92-
YUV217.6989.24118.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 238 (93.36% from 255) = 40.27%
BLUE value IS 149 (58.59% from 255) = 25.21%
R=34.52%
G=40.27%
B=25.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042381490.1400.370.0782.9272.3675.88
HexCCEE95E025753484c
Octal314356225160457123110114
Binary11001100111011101001010111100100101111101001110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEE95; }

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

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

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

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

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

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

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

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