#CCEC95

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

Shades of Reef #CCEC95

Tints of Reef #CCEC95

Color information

#CCEC95 (or 0xCCEC95) is unknown color: approx Reef. HEX triplet: CC, EC and 95. RGB value is (204,236,149). Sum of RGB (Red+Green+Blue) = 204+236+149=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEC95 is #33136A. Grayscale: #D8D8D8. Windows color (decimal): -3347307 or 9825484. OLE color: 9825484.

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

Color convert

RGB204236149-
CMYK0.1400.370.07
HSL82.07º69.6%75.49%-
HSV(B)82.07º36.86%92.55%-
XYZ60.327539.73-
YUV216.5189.9119.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 236 (92.58% from 255) = 40.07%
BLUE value IS 149 (58.59% from 255) = 25.30%
R=34.63%
G=40.07%
B=25.30%

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
Decimal2042361490.1400.370.0782.0769.675.49
HexCCEC95E025752464b
Octal314354225160457122106113
Binary11001100111011001001010111100100101111101001010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEC95; }

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

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

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

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

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

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

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

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