Shades of Caribbean Green #0FBD9F
Tints of Caribbean Green #0FBD9F
RGB
CMYK
RGB Variations
Color information
#0FBD9F (or 0x0FBD9F) is known color: Caribbean Green. HEX triplet: 0F, BD and 9F. RGB value is (15,189,159). Sum of RGB (Red+Green+Blue) = 15+189+159=363 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.13% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBD9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBD9F is #F04260. Grayscale: #858585. Windows color (decimal): -15745633 or 10468623. OLE color: 10468623.
HSL color Cylindrical-coordinate representation of color #0FBD9F: hue angle of 169.66º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBD9F is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 189 | 159 | - |
| CMYK | 0.92 | 0 | 0.16 | 0.26 |
| HSL | 169.66º | 0.85% | 0.4% | - |
| HSV(B) | 169.66º | 0.92% | 0.74% | - |
| XYZ | 24.65 | 39 | 39.03 | - |
| YUV | 133.55 | 142.35 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 159 | 0.92 | 0 | 0.16 | 0.26 | 169.66 | 0.85 | 0.4 |
| Hex | F | BD | 9F | 5C | 0 | 10 | 1A | AA | 55 | 28 |
| Octal | 17 | 275 | 237 | 134 | 0 | 20 | 32 | 252 | 125 | 50 |
| Binary | 1111 | 10111101 | 10011111 | 1011100 | 0 | 10000 | 11010 | 10101010 | 1010101 | 101000 |
Color Harmonies of #0FBD9F
Complementary color
Monochromatic Colors of #0FBD9F
Black with #0FBD9F
Text Example
Text Example
White with #0FBD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBD9F; }
p { color: rgb(15,189,159); }
H1.HeaderClassName
{
color: #0FBD9F;
}
.AnyTagClassName
{
color: #0FBD9F;
}
</style>
background-color css
<style>
a { background-color: #0FBD9F; }
a { background-color: rgb(15,189,159); }
div.DivClassName
{
background-color: #0FBD9F;
}
.BgClassName
{
background-color: #0FBD9F;
}
</style>
border-color css
<style>
span { border-color: #0FBD9F; }
span { border-color: rgb(15,189,159); }
td.TdClassName
{
border-color: #0FBD9F;
}
.TagClassName
{
border-color: #0FBD9F;
}
</style>