Shades of Caribbean Green #0FCFB1
Tints of Caribbean Green #0FCFB1
RGB
CMYK
RGB Variations
Color information
#0FCFB1 (or 0x0FCFB1) is known color: Caribbean Green. HEX triplet: 0F, CF and B1. RGB value is (15,207,177). Sum of RGB (Red+Green+Blue) = 15+207+177=399 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.76% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCFB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCFB1 is #F0304E. Grayscale: #929292. Windows color (decimal): -15741007 or 11652879. OLE color: 11652879.
HSL color Cylindrical-coordinate representation of color #0FCFB1: hue angle of 170.62º 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 #0FCFB1 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 177 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.19 |
| HSL | 170.63º | 0.86% | 0.44% | - |
| HSV(B) | 170.63º | 0.93% | 0.81% | - |
| XYZ | 30.45 | 47.9 | 49.24 | - |
| YUV | 146.17 | 145.39 | 34.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 177 | 0.93 | 0 | 0.14 | 0.19 | 170.63 | 0.86 | 0.44 |
| Hex | F | CF | B1 | 5D | 0 | E | 13 | AB | 56 | 2C |
| Octal | 17 | 317 | 261 | 135 | 0 | 16 | 23 | 253 | 126 | 54 |
| Binary | 1111 | 11001111 | 10110001 | 1011101 | 0 | 1110 | 10011 | 10101011 | 1010110 | 101100 |
Color Harmonies of #0FCFB1
Complementary color
Monochromatic Colors of #0FCFB1
Black with #0FCFB1
Text Example
Text Example
White with #0FCFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFB1; }
p { color: rgb(15,207,177); }
H1.HeaderClassName
{
color: #0FCFB1;
}
.AnyTagClassName
{
color: #0FCFB1;
}
</style>
background-color css
<style>
a { background-color: #0FCFB1; }
a { background-color: rgb(15,207,177); }
div.DivClassName
{
background-color: #0FCFB1;
}
.BgClassName
{
background-color: #0FCFB1;
}
</style>
border-color css
<style>
span { border-color: #0FCFB1; }
span { border-color: rgb(15,207,177); }
td.TdClassName
{
border-color: #0FCFB1;
}
.TagClassName
{
border-color: #0FCFB1;
}
</style>