Shades of Caribbean Green #0FBA99
Tints of Caribbean Green #0FBA99
RGB
CMYK
RGB Variations
Color information
#0FBA99 (or 0x0FBA99) is known color: Caribbean Green. HEX triplet: 0F, BA and 99. RGB value is (15,186,153). Sum of RGB (Red+Green+Blue) = 15+186+153=354 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.24% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBA99 is #F04566. Grayscale: #838383. Windows color (decimal): -15746407 or 10074639. OLE color: 10074639.
HSL color Cylindrical-coordinate representation of color #0FBA99: hue angle of 168.42º 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 #0FBA99 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 153 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.27 |
| HSL | 168.42º | 0.85% | 0.39% | - |
| HSV(B) | 168.42º | 0.92% | 0.73% | - |
| XYZ | 23.51 | 37.52 | 36.14 | - |
| YUV | 131.11 | 140.35 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 153 | 0.92 | 0 | 0.18 | 0.27 | 168.42 | 0.85 | 0.39 |
| Hex | F | BA | 99 | 5C | 0 | 12 | 1B | A8 | 55 | 27 |
| Octal | 17 | 272 | 231 | 134 | 0 | 22 | 33 | 250 | 125 | 47 |
| Binary | 1111 | 10111010 | 10011001 | 1011100 | 0 | 10010 | 11011 | 10101000 | 1010101 | 100111 |
Color Harmonies of #0FBA99
Complementary color
Monochromatic Colors of #0FBA99
Black with #0FBA99
Text Example
Text Example
White with #0FBA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA99; }
p { color: rgb(15,186,153); }
H1.HeaderClassName
{
color: #0FBA99;
}
.AnyTagClassName
{
color: #0FBA99;
}
</style>
background-color css
<style>
a { background-color: #0FBA99; }
a { background-color: rgb(15,186,153); }
div.DivClassName
{
background-color: #0FBA99;
}
.BgClassName
{
background-color: #0FBA99;
}
</style>
border-color css
<style>
span { border-color: #0FBA99; }
span { border-color: rgb(15,186,153); }
td.TdClassName
{
border-color: #0FBA99;
}
.TagClassName
{
border-color: #0FBA99;
}
</style>