#CCE396

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

Shades of Reef #CCE396

Tints of Reef #CCE396

Color information

#CCE396 (or 0xCCE396) is unknown color: approx Reef. HEX triplet: CC, E3 and 96. RGB value is (204,227,150). Sum of RGB (Red+Green+Blue) = 204+227+150=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 227 (89.06% from 255 or 39.07% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE396 is #331C69. Grayscale: #D3D3D3. Windows color (decimal): -3349610 or 9888716. OLE color: 9888716.

HSL color Cylindrical-coordinate representation of color #CCE396: hue angle of 77.92º degrees, saturation: 0.58, 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 #CCE396 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB204227150-
CMYK0.1000.340.11
HSL77.92º57.89%73.92%-
HSV(B)77.92º33.92%89.02%-
XYZ57.8869.9839.31-
YUV211.3493.38122.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 227 (89.06% from 255) = 39.07%
BLUE value IS 150 (58.98% from 255) = 25.82%
R=35.11%
G=39.07%
B=25.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042271500.1000.340.1177.9257.8973.92
HexCCE396A022B4e3a4a
Octal314343226120421311672112
Binary11001100111000111001011010100100010101110011101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE396; }

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

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

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

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

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

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

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

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