Shades of Reef #C0F09B
Tints of Reef #C0F09B
RGB
CMYK
RGB Variations
Color information
#C0F09B (or 0xC0F09B) is known color: Reef. HEX triplet: C0, F0 and 9B. RGB value is (192,240,155). Sum of RGB (Red+Green+Blue) = 192+240+155=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F09B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F09B is #3F0F64. Grayscale: #D8D8D8. Windows color (decimal): -4132709 or 10219712. OLE color: 10219712.
HSL color Cylindrical-coordinate representation of color #C0F09B: hue angle of 93.88º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0F09B is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 155 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.06 |
| HSL | 93.88º | 0.74% | 0.77% | - |
| HSV(B) | 93.88º | 0.35% | 0.94% | - |
| XYZ | 58.81 | 75.89 | 42.56 | - |
| YUV | 215.96 | 93.6 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 155 | 0.20 | 0 | 0.35 | 0.06 | 93.88 | 0.74 | 0.77 |
| Hex | C0 | F0 | 9B | 14 | 0 | 23 | 6 | 5E | 4A | 4D |
| Octal | 300 | 360 | 233 | 24 | 0 | 43 | 6 | 136 | 112 | 115 |
| Binary | 11000000 | 11110000 | 10011011 | 10100 | 0 | 100011 | 110 | 1011110 | 1001010 | 1001101 |
Color Harmonies of #C0F09B
Complementary color
Monochromatic Colors of #C0F09B
Black with #C0F09B
Text Example
Text Example
White with #C0F09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F09B; }
p { color: rgb(192,240,155); }
H1.HeaderClassName
{
color: #C0F09B;
}
.AnyTagClassName
{
color: #C0F09B;
}
</style>
background-color css
<style>
a { background-color: #C0F09B; }
a { background-color: rgb(192,240,155); }
div.DivClassName
{
background-color: #C0F09B;
}
.BgClassName
{
background-color: #C0F09B;
}
</style>
border-color css
<style>
span { border-color: #C0F09B; }
span { border-color: rgb(192,240,155); }
td.TdClassName
{
border-color: #C0F09B;
}
.TagClassName
{
border-color: #C0F09B;
}
</style>