#CCE596

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

Shades of Reef #CCE596

Tints of Reef #CCE596

Color information

#CCE596 (or 0xCCE596) is unknown color: approx Reef. HEX triplet: CC, E5 and 96. RGB value is (204,229,150). Sum of RGB (Red+Green+Blue) = 204+229+150=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE596 is #331A69. Grayscale: #D4D4D4. Windows color (decimal): -3349098 or 9889228. OLE color: 9889228.

HSL color Cylindrical-coordinate representation of color #CCE596: hue angle of 78.99º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCE596 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB204229150-
CMYK0.1100.340.10
HSL78.99º60.31%74.31%-
HSV(B)78.99º34.5%89.8%-
XYZ58.4371.0839.49-
YUV212.5292.72121.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 229 (89.84% from 255) = 39.28%
BLUE value IS 150 (58.98% from 255) = 25.73%
R=34.99%
G=39.28%
B=25.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042291500.1100.340.1078.9960.3174.31
HexCCE596B022A4f3c4a
Octal314345226130421211774112
Binary11001100111001011001011010110100010101010011111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE596; }

 p { color: rgb(204,229,150); }

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

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

 a { background-color: rgb(204,229,150); }

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

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

 span { border-color: rgb(204,229,150); }

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