Shades of Caribbean Green #0FCF9B
Tints of Caribbean Green #0FCF9B
RGB
CMYK
RGB Variations
Color information
#0FCF9B (or 0x0FCF9B) is known color: Caribbean Green. HEX triplet: 0F, CF and 9B. RGB value is (15,207,155). Sum of RGB (Red+Green+Blue) = 15+207+155=377 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.98% from 377); Green value is 207 (81.25% from 255 or 54.91% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCF9B is #F03064. Grayscale: #8F8F8F. Windows color (decimal): -15741029 or 10211087. OLE color: 10211087.
HSL color Cylindrical-coordinate representation of color #0FCF9B: hue angle of 163.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCF9B is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 155 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.19 |
| HSL | 163.75º | 0.86% | 0.44% | - |
| HSV(B) | 163.75º | 0.93% | 0.81% | - |
| XYZ | 28.43 | 47.09 | 38.6 | - |
| YUV | 143.66 | 134.39 | 36.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 155 | 0.93 | 0 | 0.25 | 0.19 | 163.75 | 0.86 | 0.44 |
| Hex | F | CF | 9B | 5D | 0 | 19 | 13 | A4 | 56 | 2C |
| Octal | 17 | 317 | 233 | 135 | 0 | 31 | 23 | 244 | 126 | 54 |
| Binary | 1111 | 11001111 | 10011011 | 1011101 | 0 | 11001 | 10011 | 10100100 | 1010110 | 101100 |
Color Harmonies of #0FCF9B
Complementary color
Monochromatic Colors of #0FCF9B
Black with #0FCF9B
Text Example
Text Example
White with #0FCF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF9B; }
p { color: rgb(15,207,155); }
H1.HeaderClassName
{
color: #0FCF9B;
}
.AnyTagClassName
{
color: #0FCF9B;
}
</style>
background-color css
<style>
a { background-color: #0FCF9B; }
a { background-color: rgb(15,207,155); }
div.DivClassName
{
background-color: #0FCF9B;
}
.BgClassName
{
background-color: #0FCF9B;
}
</style>
border-color css
<style>
span { border-color: #0FCF9B; }
span { border-color: rgb(15,207,155); }
td.TdClassName
{
border-color: #0FCF9B;
}
.TagClassName
{
border-color: #0FCF9B;
}
</style>