Shades of Reef #C0F29C
Tints of Reef #C0F29C
RGB
CMYK
RGB Variations
Color information
#C0F29C (or 0xC0F29C) is known color: Reef. HEX triplet: C0, F2 and 9C. RGB value is (192,242,156). Sum of RGB (Red+Green+Blue) = 192+242+156=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 156 (61.33% from 255 or 26.44% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F29C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F29C is #3F0D63. Grayscale: #D9D9D9. Windows color (decimal): -4132196 or 10285760. OLE color: 10285760.
HSL color Cylindrical-coordinate representation of color #C0F29C: hue angle of 94.88º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0F29C is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 156 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.05 |
| HSL | 94.88º | 0.77% | 0.78% | - |
| HSV(B) | 94.88º | 0.36% | 0.95% | - |
| XYZ | 59.49 | 77.11 | 43.2 | - |
| YUV | 217.25 | 93.44 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 156 | 0.21 | 0 | 0.36 | 0.05 | 94.88 | 0.77 | 0.78 |
| Hex | C0 | F2 | 9C | 15 | 0 | 24 | 5 | 5F | 4D | 4E |
| Octal | 300 | 362 | 234 | 25 | 0 | 44 | 5 | 137 | 115 | 116 |
| Binary | 11000000 | 11110010 | 10011100 | 10101 | 0 | 100100 | 101 | 1011111 | 1001101 | 1001110 |
Color Harmonies of #C0F29C
Complementary color
Monochromatic Colors of #C0F29C
Black with #C0F29C
Text Example
Text Example
White with #C0F29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F29C; }
p { color: rgb(192,242,156); }
H1.HeaderClassName
{
color: #C0F29C;
}
.AnyTagClassName
{
color: #C0F29C;
}
</style>
background-color css
<style>
a { background-color: #C0F29C; }
a { background-color: rgb(192,242,156); }
div.DivClassName
{
background-color: #C0F29C;
}
.BgClassName
{
background-color: #C0F29C;
}
</style>
border-color css
<style>
span { border-color: #C0F29C; }
span { border-color: rgb(192,242,156); }
td.TdClassName
{
border-color: #C0F29C;
}
.TagClassName
{
border-color: #C0F29C;
}
</style>