Shades of Reef #C2E19B
Tints of Reef #C2E19B
RGB
CMYK
RGB Variations
Color information
#C2E19B (or 0xC2E19B) is known color: Reef. HEX triplet: C2, E1 and 9B. RGB value is (194,225,155). Sum of RGB (Red+Green+Blue) = 194+225+155=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E19B is #3D1E64. Grayscale: #D0D0D0. Windows color (decimal): -4005477 or 10215874. OLE color: 10215874.
HSL color Cylindrical-coordinate representation of color #C2E19B: hue angle of 86.57º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2E19B is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 155 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.12 |
| HSL | 86.57º | 0.54% | 0.75% | - |
| HSV(B) | 86.57º | 0.31% | 0.88% | - |
| XYZ | 55.09 | 67.69 | 41.17 | - |
| YUV | 207.75 | 98.23 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 155 | 0.14 | 0 | 0.31 | 0.12 | 86.57 | 0.54 | 0.75 |
| Hex | C2 | E1 | 9B | E | 0 | 1F | C | 57 | 36 | 4B |
| Octal | 302 | 341 | 233 | 16 | 0 | 37 | 14 | 127 | 66 | 113 |
| Binary | 11000010 | 11100001 | 10011011 | 1110 | 0 | 11111 | 1100 | 1010111 | 110110 | 1001011 |
Color Harmonies of #C2E19B
Complementary color
Monochromatic Colors of #C2E19B
Black with #C2E19B
Text Example
Text Example
White with #C2E19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E19B; }
p { color: rgb(194,225,155); }
H1.HeaderClassName
{
color: #C2E19B;
}
.AnyTagClassName
{
color: #C2E19B;
}
</style>
background-color css
<style>
a { background-color: #C2E19B; }
a { background-color: rgb(194,225,155); }
div.DivClassName
{
background-color: #C2E19B;
}
.BgClassName
{
background-color: #C2E19B;
}
</style>
border-color css
<style>
span { border-color: #C2E19B; }
span { border-color: rgb(194,225,155); }
td.TdClassName
{
border-color: #C2E19B;
}
.TagClassName
{
border-color: #C2E19B;
}
</style>