Shades of Reef #C0F898
Tints of Reef #C0F898
RGB
CMYK
RGB Variations
Color information
#C0F898 (or 0xC0F898) is known color: Reef. HEX triplet: C0, F8 and 98. RGB value is (192,248,152). Sum of RGB (Red+Green+Blue) = 192+248+152=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 248 (97.27% from 255 or 41.89% from 592); Blue value is 152 (59.77% from 255 or 25.68% from 592); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F898 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F898 is #3F0767. Grayscale: #DCDCDC. Windows color (decimal): -4130664 or 10025152. OLE color: 10025152.
HSL color Cylindrical-coordinate representation of color #C0F898: hue angle of 95º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0F898 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 152 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.03 |
| HSL | 95º | 0.87% | 0.78% | - |
| HSV(B) | 95º | 0.39% | 0.97% | - |
| XYZ | 60.97 | 80.61 | 42.05 | - |
| YUV | 220.31 | 89.45 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 152 | 0.23 | 0 | 0.39 | 0.03 | 95 | 0.87 | 0.78 |
| Hex | C0 | F8 | 98 | 17 | 0 | 27 | 3 | 5F | 57 | 4E |
| Octal | 300 | 370 | 230 | 27 | 0 | 47 | 3 | 137 | 127 | 116 |
| Binary | 11000000 | 11111000 | 10011000 | 10111 | 0 | 100111 | 11 | 1011111 | 1010111 | 1001110 |
Color Harmonies of #C0F898
Complementary color
Monochromatic Colors of #C0F898
Black with #C0F898
Text Example
Text Example
White with #C0F898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F898; }
p { color: rgb(192,248,152); }
H1.HeaderClassName
{
color: #C0F898;
}
.AnyTagClassName
{
color: #C0F898;
}
</style>
background-color css
<style>
a { background-color: #C0F898; }
a { background-color: rgb(192,248,152); }
div.DivClassName
{
background-color: #C0F898;
}
.BgClassName
{
background-color: #C0F898;
}
</style>
border-color css
<style>
span { border-color: #C0F898; }
span { border-color: rgb(192,248,152); }
td.TdClassName
{
border-color: #C0F898;
}
.TagClassName
{
border-color: #C0F898;
}
</style>