Shades of Reef #C2E196
Tints of Reef #C2E196
RGB
CMYK
RGB Variations
Color information
#C2E196 (or 0xC2E196) is known color: Reef. HEX triplet: C2, E1 and 96. RGB value is (194,225,150). Sum of RGB (Red+Green+Blue) = 194+225+150=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E196 is #3D1E69. Grayscale: #CFCFCF. Windows color (decimal): -4005482 or 9888194. OLE color: 9888194.
HSL color Cylindrical-coordinate representation of color #C2E196: hue angle of 84.8º 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 #C2E196 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 150 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.12 |
| HSL | 84.8º | 0.56% | 0.74% | - |
| HSV(B) | 84.8º | 0.33% | 0.88% | - |
| XYZ | 54.68 | 67.52 | 39.01 | - |
| YUV | 207.18 | 95.73 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 150 | 0.14 | 0 | 0.33 | 0.12 | 84.8 | 0.56 | 0.74 |
| Hex | C2 | E1 | 96 | E | 0 | 21 | C | 55 | 38 | 4A |
| Octal | 302 | 341 | 226 | 16 | 0 | 41 | 14 | 125 | 70 | 112 |
| Binary | 11000010 | 11100001 | 10010110 | 1110 | 0 | 100001 | 1100 | 1010101 | 111000 | 1001010 |
Color Harmonies of #C2E196
Complementary color
Monochromatic Colors of #C2E196
Black with #C2E196
Text Example
Text Example
White with #C2E196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E196; }
p { color: rgb(194,225,150); }
H1.HeaderClassName
{
color: #C2E196;
}
.AnyTagClassName
{
color: #C2E196;
}
</style>
background-color css
<style>
a { background-color: #C2E196; }
a { background-color: rgb(194,225,150); }
div.DivClassName
{
background-color: #C2E196;
}
.BgClassName
{
background-color: #C2E196;
}
</style>
border-color css
<style>
span { border-color: #C2E196; }
span { border-color: rgb(194,225,150); }
td.TdClassName
{
border-color: #C2E196;
}
.TagClassName
{
border-color: #C2E196;
}
</style>