Shades of Reef #C2E29E
Tints of Reef #C2E29E
RGB
CMYK
RGB Variations
Color information
#C2E29E (or 0xC2E29E) is known color: Reef. HEX triplet: C2, E2 and 9E. RGB value is (194,226,158). Sum of RGB (Red+Green+Blue) = 194+226+158=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 226 (88.67% from 255 or 39.10% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E29E is #3D1D61. Grayscale: #D0D0D0. Windows color (decimal): -4005218 or 10412738. OLE color: 10412738.
HSL color Cylindrical-coordinate representation of color #C2E29E: hue angle of 88.24º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2E29E is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 158 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.11 |
| HSL | 88.24º | 0.54% | 0.75% | - |
| HSV(B) | 88.24º | 0.3% | 0.89% | - |
| XYZ | 55.62 | 68.33 | 42.61 | - |
| YUV | 208.68 | 99.4 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 158 | 0.14 | 0 | 0.30 | 0.11 | 88.24 | 0.54 | 0.75 |
| Hex | C2 | E2 | 9E | E | 0 | 1E | B | 58 | 36 | 4B |
| Octal | 302 | 342 | 236 | 16 | 0 | 36 | 13 | 130 | 66 | 113 |
| Binary | 11000010 | 11100010 | 10011110 | 1110 | 0 | 11110 | 1011 | 1011000 | 110110 | 1001011 |
Color Harmonies of #C2E29E
Complementary color
Monochromatic Colors of #C2E29E
Black with #C2E29E
Text Example
Text Example
White with #C2E29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E29E; }
p { color: rgb(194,226,158); }
H1.HeaderClassName
{
color: #C2E29E;
}
.AnyTagClassName
{
color: #C2E29E;
}
</style>
background-color css
<style>
a { background-color: #C2E29E; }
a { background-color: rgb(194,226,158); }
div.DivClassName
{
background-color: #C2E29E;
}
.BgClassName
{
background-color: #C2E29E;
}
</style>
border-color css
<style>
span { border-color: #C2E29E; }
span { border-color: rgb(194,226,158); }
td.TdClassName
{
border-color: #C2E29E;
}
.TagClassName
{
border-color: #C2E29E;
}
</style>