Shades of Caribbean Green #0FBDA1
Tints of Caribbean Green #0FBDA1
RGB
CMYK
RGB Variations
Color information
#0FBDA1 (or 0x0FBDA1) is known color: Caribbean Green. HEX triplet: 0F, BD and A1. RGB value is (15,189,161). Sum of RGB (Red+Green+Blue) = 15+189+161=365 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.11% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBDA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBDA1 is #F0425E. Grayscale: #858585. Windows color (decimal): -15745631 or 10599695. OLE color: 10599695.
HSL color Cylindrical-coordinate representation of color #0FBDA1: hue angle of 170.34º 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 #0FBDA1 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 189 | 161 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.26 |
| HSL | 170.34º | 0.85% | 0.4% | - |
| HSV(B) | 170.34º | 0.92% | 0.74% | - |
| XYZ | 24.83 | 39.07 | 39.95 | - |
| YUV | 133.78 | 143.35 | 43.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 161 | 0.92 | 0 | 0.15 | 0.26 | 170.34 | 0.85 | 0.4 |
| Hex | F | BD | A1 | 5C | 0 | F | 1A | AA | 55 | 28 |
| Octal | 17 | 275 | 241 | 134 | 0 | 17 | 32 | 252 | 125 | 50 |
| Binary | 1111 | 10111101 | 10100001 | 1011100 | 0 | 1111 | 11010 | 10101010 | 1010101 | 101000 |
Color Harmonies of #0FBDA1
Complementary color
Monochromatic Colors of #0FBDA1
Black with #0FBDA1
Text Example
Text Example
White with #0FBDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBDA1; }
p { color: rgb(15,189,161); }
H1.HeaderClassName
{
color: #0FBDA1;
}
.AnyTagClassName
{
color: #0FBDA1;
}
</style>
background-color css
<style>
a { background-color: #0FBDA1; }
a { background-color: rgb(15,189,161); }
div.DivClassName
{
background-color: #0FBDA1;
}
.BgClassName
{
background-color: #0FBDA1;
}
</style>
border-color css
<style>
span { border-color: #0FBDA1; }
span { border-color: rgb(15,189,161); }
td.TdClassName
{
border-color: #0FBDA1;
}
.TagClassName
{
border-color: #0FBDA1;
}
</style>