#CCE195

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

Shades of Reef #CCE195

Tints of Reef #CCE195

Color information

#CCE195 (or 0xCCE195) is unknown color: approx Reef. HEX triplet: CC, E1 and 95. RGB value is (204,225,149). Sum of RGB (Red+Green+Blue) = 204+225+149=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE195 is #331E6A. Grayscale: #D2D2D2. Windows color (decimal): -3350123 or 9822668. OLE color: 9822668.

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

Color convert

RGB204225149-
CMYK0.0900.340.12
HSL76.58º55.88%73.33%-
HSV(B)76.58º33.78%88.24%-
XYZ57.2568.8638.71-
YUV210.0693.54123.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.29%
GREEN value IS 225 (88.28% from 255) = 38.93%
BLUE value IS 149 (58.59% from 255) = 25.78%
R=35.29%
G=38.93%
B=25.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042251490.0900.340.1276.5855.8873.33
HexCCE1959022C4d3849
Octal314341225110421411570111
Binary11001100111000011001010110010100010110010011011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE195; }

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

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

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

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

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

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

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

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