Shades of Caribbean Green #0FCBAF
Tints of Caribbean Green #0FCBAF
RGB
CMYK
RGB Variations
Color information
#0FCBAF (or 0x0FCBAF) is known color: Caribbean Green. HEX triplet: 0F, CB and AF. RGB value is (15,203,175). Sum of RGB (Red+Green+Blue) = 15+203+175=393 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.82% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCBAF is #F03450. Grayscale: #8F8F8F. Windows color (decimal): -15742033 or 11520783. OLE color: 11520783.
HSL color Cylindrical-coordinate representation of color #0FCBAF: hue angle of 171.06º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCBAF is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 203 | 175 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.20 |
| HSL | 171.06º | 0.86% | 0.43% | - |
| HSV(B) | 171.06º | 0.93% | 0.8% | - |
| XYZ | 29.29 | 45.91 | 47.87 | - |
| YUV | 143.6 | 145.72 | 36.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 203 | 175 | 0.93 | 0 | 0.14 | 0.20 | 171.06 | 0.86 | 0.43 |
| Hex | F | CB | AF | 5D | 0 | E | 14 | AB | 56 | 2B |
| Octal | 17 | 313 | 257 | 135 | 0 | 16 | 24 | 253 | 126 | 53 |
| Binary | 1111 | 11001011 | 10101111 | 1011101 | 0 | 1110 | 10100 | 10101011 | 1010110 | 101011 |
Color Harmonies of #0FCBAF
Complementary color
Monochromatic Colors of #0FCBAF
Black with #0FCBAF
Text Example
Text Example
White with #0FCBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCBAF; }
p { color: rgb(15,203,175); }
H1.HeaderClassName
{
color: #0FCBAF;
}
.AnyTagClassName
{
color: #0FCBAF;
}
</style>
background-color css
<style>
a { background-color: #0FCBAF; }
a { background-color: rgb(15,203,175); }
div.DivClassName
{
background-color: #0FCBAF;
}
.BgClassName
{
background-color: #0FCBAF;
}
</style>
border-color css
<style>
span { border-color: #0FCBAF; }
span { border-color: rgb(15,203,175); }
td.TdClassName
{
border-color: #0FCBAF;
}
.TagClassName
{
border-color: #0FCBAF;
}
</style>