#CCE496

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

Shades of Reef #CCE496

Tints of Reef #CCE496

Color information

#CCE496 (or 0xCCE496) is unknown color: approx Reef. HEX triplet: CC, E4 and 96. RGB value is (204,228,150). Sum of RGB (Red+Green+Blue) = 204+228+150=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE496 is #331B69. Grayscale: #D4D4D4. Windows color (decimal): -3349354 or 9888972. OLE color: 9888972.

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

Color convert

RGB204228150-
CMYK0.1100.340.11
HSL78.46º59.09%74.12%-
HSV(B)78.46º34.21%89.41%-
XYZ58.1570.5339.4-
YUV211.9393.05122.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.05%
GREEN value IS 228 (89.45% from 255) = 39.18%
BLUE value IS 150 (58.98% from 255) = 25.77%
R=35.05%
G=39.18%
B=25.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042281500.1100.340.1178.4659.0974.12
HexCCE496B022B4e3b4a
Octal314344226130421311673112
Binary11001100111001001001011010110100010101110011101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE496; }

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

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

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

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

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

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

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

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