Shades of Caribbean Green #0FC597
Tints of Caribbean Green #0FC597
RGB
CMYK
RGB Variations
Color information
#0FC597 (or 0x0FC597) is known color: Caribbean Green. HEX triplet: 0F, C5 and 97. RGB value is (15,197,151). Sum of RGB (Red+Green+Blue) = 15+197+151=363 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.13% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC597 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC597 is #F03A68. Grayscale: #898989. Windows color (decimal): -15743593 or 9946383. OLE color: 9946383.
HSL color Cylindrical-coordinate representation of color #0FC597: hue angle of 164.84º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC597 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 197 | 151 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.23 |
| HSL | 164.84º | 0.86% | 0.42% | - |
| HSV(B) | 164.84º | 0.92% | 0.77% | - |
| XYZ | 25.75 | 42.27 | 36.08 | - |
| YUV | 137.34 | 135.7 | 40.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 197 | 151 | 0.92 | 0 | 0.23 | 0.23 | 164.84 | 0.86 | 0.42 |
| Hex | F | C5 | 97 | 5C | 0 | 17 | 17 | A5 | 56 | 2A |
| Octal | 17 | 305 | 227 | 134 | 0 | 27 | 27 | 245 | 126 | 52 |
| Binary | 1111 | 11000101 | 10010111 | 1011100 | 0 | 10111 | 10111 | 10100101 | 1010110 | 101010 |
Color Harmonies of #0FC597
Complementary color
Monochromatic Colors of #0FC597
Black with #0FC597
Text Example
Text Example
White with #0FC597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC597; }
p { color: rgb(15,197,151); }
H1.HeaderClassName
{
color: #0FC597;
}
.AnyTagClassName
{
color: #0FC597;
}
</style>
background-color css
<style>
a { background-color: #0FC597; }
a { background-color: rgb(15,197,151); }
div.DivClassName
{
background-color: #0FC597;
}
.BgClassName
{
background-color: #0FC597;
}
</style>
border-color css
<style>
span { border-color: #0FC597; }
span { border-color: rgb(15,197,151); }
td.TdClassName
{
border-color: #0FC597;
}
.TagClassName
{
border-color: #0FC597;
}
</style>