Shades of Caribbean Green #0FCBA6
Tints of Caribbean Green #0FCBA6
RGB
CMYK
RGB Variations
Color information
#0FCBA6 (or 0x0FCBA6) is known color: Caribbean Green. HEX triplet: 0F, CB and A6. RGB value is (15,203,166). Sum of RGB (Red+Green+Blue) = 15+203+166=384 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.91% from 384); Green value is 203 (79.69% from 255 or 52.86% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCBA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCBA6 is #F03459. Grayscale: #8E8E8E. Windows color (decimal): -15742042 or 10930959. OLE color: 10930959.
HSL color Cylindrical-coordinate representation of color #0FCBA6: hue angle of 168.19º 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 #0FCBA6 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 203 | 166 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.20 |
| HSL | 168.19º | 0.86% | 0.43% | - |
| HSV(B) | 168.19º | 0.93% | 0.8% | - |
| XYZ | 28.44 | 45.57 | 43.37 | - |
| YUV | 142.57 | 141.22 | 37.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 203 | 166 | 0.93 | 0 | 0.18 | 0.20 | 168.19 | 0.86 | 0.43 |
| Hex | F | CB | A6 | 5D | 0 | 12 | 14 | A8 | 56 | 2B |
| Octal | 17 | 313 | 246 | 135 | 0 | 22 | 24 | 250 | 126 | 53 |
| Binary | 1111 | 11001011 | 10100110 | 1011101 | 0 | 10010 | 10100 | 10101000 | 1010110 | 101011 |
Color Harmonies of #0FCBA6
Complementary color
Monochromatic Colors of #0FCBA6
Black with #0FCBA6
Text Example
Text Example
White with #0FCBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCBA6; }
p { color: rgb(15,203,166); }
H1.HeaderClassName
{
color: #0FCBA6;
}
.AnyTagClassName
{
color: #0FCBA6;
}
</style>
background-color css
<style>
a { background-color: #0FCBA6; }
a { background-color: rgb(15,203,166); }
div.DivClassName
{
background-color: #0FCBA6;
}
.BgClassName
{
background-color: #0FCBA6;
}
</style>
border-color css
<style>
span { border-color: #0FCBA6; }
span { border-color: rgb(15,203,166); }
td.TdClassName
{
border-color: #0FCBA6;
}
.TagClassName
{
border-color: #0FCBA6;
}
</style>