Shades of Caribbean Green #0FB99B
Tints of Caribbean Green #0FB99B
RGB
CMYK
RGB Variations
Color information
#0FB99B (or 0x0FB99B) is known color: Caribbean Green. HEX triplet: 0F, B9 and 9B. RGB value is (15,185,155). Sum of RGB (Red+Green+Blue) = 15+185+155=355 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.23% from 355); Green value is 185 (72.66% from 255 or 52.11% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB99B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB99B is #F04664. Grayscale: #828282. Windows color (decimal): -15746661 or 10205455. OLE color: 10205455.
HSL color Cylindrical-coordinate representation of color #0FB99B: hue angle of 169.41º 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 #0FB99B is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 185 | 155 | - |
| CMYK | 0.92 | 0 | 0.16 | 0.27 |
| HSL | 169.41º | 0.85% | 0.39% | - |
| HSV(B) | 169.41º | 0.92% | 0.73% | - |
| XYZ | 23.46 | 37.17 | 36.95 | - |
| YUV | 130.75 | 141.68 | 45.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 185 | 155 | 0.92 | 0 | 0.16 | 0.27 | 169.41 | 0.85 | 0.39 |
| Hex | F | B9 | 9B | 5C | 0 | 10 | 1B | A9 | 55 | 27 |
| Octal | 17 | 271 | 233 | 134 | 0 | 20 | 33 | 251 | 125 | 47 |
| Binary | 1111 | 10111001 | 10011011 | 1011100 | 0 | 10000 | 11011 | 10101001 | 1010101 | 100111 |
Color Harmonies of #0FB99B
Complementary color
Monochromatic Colors of #0FB99B
Black with #0FB99B
Text Example
Text Example
White with #0FB99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB99B; }
p { color: rgb(15,185,155); }
H1.HeaderClassName
{
color: #0FB99B;
}
.AnyTagClassName
{
color: #0FB99B;
}
</style>
background-color css
<style>
a { background-color: #0FB99B; }
a { background-color: rgb(15,185,155); }
div.DivClassName
{
background-color: #0FB99B;
}
.BgClassName
{
background-color: #0FB99B;
}
</style>
border-color css
<style>
span { border-color: #0FB99B; }
span { border-color: rgb(15,185,155); }
td.TdClassName
{
border-color: #0FB99B;
}
.TagClassName
{
border-color: #0FB99B;
}
</style>