Shades of Caribbean Green #0FCBA8
Tints of Caribbean Green #0FCBA8
RGB
CMYK
RGB Variations
Color information
#0FCBA8 (or 0x0FCBA8) is known color: Caribbean Green. HEX triplet: 0F, CB and A8. RGB value is (15,203,168). Sum of RGB (Red+Green+Blue) = 15+203+168=386 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.89% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 168 (66.02% from 255 or 43.52% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCBA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCBA8 is #F03457. Grayscale: #8E8E8E. Windows color (decimal): -15742040 or 11062031. OLE color: 11062031.
HSL color Cylindrical-coordinate representation of color #0FCBA8: hue angle of 168.83º 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 #0FCBA8 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 203 | 168 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.20 |
| HSL | 168.83º | 0.86% | 0.43% | - |
| HSV(B) | 168.83º | 0.93% | 0.8% | - |
| XYZ | 28.62 | 45.64 | 44.35 | - |
| YUV | 142.8 | 142.22 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 203 | 168 | 0.93 | 0 | 0.17 | 0.20 | 168.83 | 0.86 | 0.43 |
| Hex | F | CB | A8 | 5D | 0 | 11 | 14 | A9 | 56 | 2B |
| Octal | 17 | 313 | 250 | 135 | 0 | 21 | 24 | 251 | 126 | 53 |
| Binary | 1111 | 11001011 | 10101000 | 1011101 | 0 | 10001 | 10100 | 10101001 | 1010110 | 101011 |
Color Harmonies of #0FCBA8
Complementary color
Monochromatic Colors of #0FCBA8
Black with #0FCBA8
Text Example
Text Example
White with #0FCBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCBA8; }
p { color: rgb(15,203,168); }
H1.HeaderClassName
{
color: #0FCBA8;
}
.AnyTagClassName
{
color: #0FCBA8;
}
</style>
background-color css
<style>
a { background-color: #0FCBA8; }
a { background-color: rgb(15,203,168); }
div.DivClassName
{
background-color: #0FCBA8;
}
.BgClassName
{
background-color: #0FCBA8;
}
</style>
border-color css
<style>
span { border-color: #0FCBA8; }
span { border-color: rgb(15,203,168); }
td.TdClassName
{
border-color: #0FCBA8;
}
.TagClassName
{
border-color: #0FCBA8;
}
</style>