#C0E196

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

Shades of Reef #C0E196

Tints of Reef #C0E196

Color information

#C0E196 (or 0xC0E196) is unknown color: approx Reef. HEX triplet: C0, E1 and 96. RGB value is (192,225,150). Sum of RGB (Red+Green+Blue) = 192+225+150=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E196 is #3F1E69. Grayscale: #CECECE. Windows color (decimal): -4136554 or 9888192. OLE color: 9888192.

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

Color convert

RGB192225150-
CMYK0.1500.330.12
HSL86.4º55.56%73.53%-
HSV(B)86.4º33.33%88.24%-
XYZ54.1767.2638.98-
YUV206.5896.07117.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.86%
GREEN value IS 225 (88.28% from 255) = 39.68%
BLUE value IS 150 (58.98% from 255) = 26.46%
R=33.86%
G=39.68%
B=26.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1922251500.1500.330.1286.455.5673.53
HexC0E196F021C56384a
Octal300341226170411412670112
Binary11000000111000011001011011110100001110010101101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E196; }

 p { color: rgb(192,225,150); }

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

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

 a { background-color: rgb(192,225,150); }

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

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

 span { border-color: rgb(192,225,150); }

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