Shades of Caribbean Green #0FBDA0
Tints of Caribbean Green #0FBDA0
RGB
CMYK
RGB Variations
Color information
#0FBDA0 (or 0x0FBDA0) is known color: Caribbean Green. HEX triplet: 0F, BD and A0. RGB value is (15,189,160). Sum of RGB (Red+Green+Blue) = 15+189+160=364 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.12% from 364); Green value is 189 (74.22% from 255 or 51.92% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBDA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBDA0 is #F0425F. Grayscale: #858585. Windows color (decimal): -15745632 or 10534159. OLE color: 10534159.
HSL color Cylindrical-coordinate representation of color #0FBDA0: hue angle of 170º 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 #0FBDA0 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 189 | 160 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.26 |
| HSL | 170º | 0.85% | 0.4% | - |
| HSV(B) | 170º | 0.92% | 0.74% | - |
| XYZ | 24.74 | 39.03 | 39.49 | - |
| YUV | 133.67 | 142.85 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 160 | 0.92 | 0 | 0.15 | 0.26 | 170 | 0.85 | 0.4 |
| Hex | F | BD | A0 | 5C | 0 | F | 1A | AA | 55 | 28 |
| Octal | 17 | 275 | 240 | 134 | 0 | 17 | 32 | 252 | 125 | 50 |
| Binary | 1111 | 10111101 | 10100000 | 1011100 | 0 | 1111 | 11010 | 10101010 | 1010101 | 101000 |
Color Harmonies of #0FBDA0
Complementary color
Monochromatic Colors of #0FBDA0
Black with #0FBDA0
Text Example
Text Example
White with #0FBDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBDA0; }
p { color: rgb(15,189,160); }
H1.HeaderClassName
{
color: #0FBDA0;
}
.AnyTagClassName
{
color: #0FBDA0;
}
</style>
background-color css
<style>
a { background-color: #0FBDA0; }
a { background-color: rgb(15,189,160); }
div.DivClassName
{
background-color: #0FBDA0;
}
.BgClassName
{
background-color: #0FBDA0;
}
</style>
border-color css
<style>
span { border-color: #0FBDA0; }
span { border-color: rgb(15,189,160); }
td.TdClassName
{
border-color: #0FBDA0;
}
.TagClassName
{
border-color: #0FBDA0;
}
</style>