Shades of Caribbean Green #0FBA9C
Tints of Caribbean Green #0FBA9C
RGB
CMYK
RGB Variations
Color information
#0FBA9C (or 0x0FBA9C) is known color: Caribbean Green. HEX triplet: 0F, BA and 9C. RGB value is (15,186,156). Sum of RGB (Red+Green+Blue) = 15+186+156=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBA9C is #F04563. Grayscale: #838383. Windows color (decimal): -15746404 or 10271247. OLE color: 10271247.
HSL color Cylindrical-coordinate representation of color #0FBA9C: hue angle of 169.47º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBA9C is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 156 | - |
| CMYK | 0.92 | 0 | 0.16 | 0.27 |
| HSL | 169.47º | 0.85% | 0.39% | - |
| HSV(B) | 169.47º | 0.92% | 0.73% | - |
| XYZ | 23.76 | 37.62 | 37.46 | - |
| YUV | 131.45 | 141.85 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 156 | 0.92 | 0 | 0.16 | 0.27 | 169.47 | 0.85 | 0.39 |
| Hex | F | BA | 9C | 5C | 0 | 10 | 1B | A9 | 55 | 27 |
| Octal | 17 | 272 | 234 | 134 | 0 | 20 | 33 | 251 | 125 | 47 |
| Binary | 1111 | 10111010 | 10011100 | 1011100 | 0 | 10000 | 11011 | 10101001 | 1010101 | 100111 |
Color Harmonies of #0FBA9C
Complementary color
Monochromatic Colors of #0FBA9C
Black with #0FBA9C
Text Example
Text Example
White with #0FBA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA9C; }
p { color: rgb(15,186,156); }
H1.HeaderClassName
{
color: #0FBA9C;
}
.AnyTagClassName
{
color: #0FBA9C;
}
</style>
background-color css
<style>
a { background-color: #0FBA9C; }
a { background-color: rgb(15,186,156); }
div.DivClassName
{
background-color: #0FBA9C;
}
.BgClassName
{
background-color: #0FBA9C;
}
</style>
border-color css
<style>
span { border-color: #0FBA9C; }
span { border-color: rgb(15,186,156); }
td.TdClassName
{
border-color: #0FBA9C;
}
.TagClassName
{
border-color: #0FBA9C;
}
</style>