Shades of Caribbean Green #0FDBA1
Tints of Caribbean Green #0FDBA1
RGB
CMYK
RGB Variations
Color information
#0FDBA1 (or 0x0FDBA1) is known color: Caribbean Green. HEX triplet: 0F, DB and A1. RGB value is (15,219,161). Sum of RGB (Red+Green+Blue) = 15+219+161=395 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.80% from 395); Green value is 219 (85.94% from 255 or 55.44% from 395); Blue value is 161 (63.28% from 255 or 40.76% from 395); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDBA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDBA1 is #F0245E. Grayscale: #979797. Windows color (decimal): -15737951 or 10607375. OLE color: 10607375.
HSL color Cylindrical-coordinate representation of color #0FDBA1: hue angle of 162.94º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDBA1 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 161 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.14 |
| HSL | 162.94º | 0.87% | 0.46% | - |
| HSV(B) | 162.94º | 0.93% | 0.86% | - |
| XYZ | 31.96 | 53.34 | 42.33 | - |
| YUV | 151.39 | 133.41 | 30.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 161 | 0.93 | 0 | 0.26 | 0.14 | 162.94 | 0.87 | 0.46 |
| Hex | F | DB | A1 | 5D | 0 | 1A | E | A3 | 57 | 2E |
| Octal | 17 | 333 | 241 | 135 | 0 | 32 | 16 | 243 | 127 | 56 |
| Binary | 1111 | 11011011 | 10100001 | 1011101 | 0 | 11010 | 1110 | 10100011 | 1010111 | 101110 |
Color Harmonies of #0FDBA1
Complementary color
Monochromatic Colors of #0FDBA1
Black with #0FDBA1
Text Example
Text Example
White with #0FDBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDBA1; }
p { color: rgb(15,219,161); }
H1.HeaderClassName
{
color: #0FDBA1;
}
.AnyTagClassName
{
color: #0FDBA1;
}
</style>
background-color css
<style>
a { background-color: #0FDBA1; }
a { background-color: rgb(15,219,161); }
div.DivClassName
{
background-color: #0FDBA1;
}
.BgClassName
{
background-color: #0FDBA1;
}
</style>
border-color css
<style>
span { border-color: #0FDBA1; }
span { border-color: rgb(15,219,161); }
td.TdClassName
{
border-color: #0FDBA1;
}
.TagClassName
{
border-color: #0FDBA1;
}
</style>