Shades of Caribbean Green #0FDDAB
Tints of Caribbean Green #0FDDAB
RGB
CMYK
RGB Variations
Color information
#0FDDAB (or 0x0FDDAB) is known color: Caribbean Green. HEX triplet: 0F, DD and AB. RGB value is (15,221,171). Sum of RGB (Red+Green+Blue) = 15+221+171=407 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDDAB is #F02254. Grayscale: #999999. Windows color (decimal): -15737429 or 11263247. OLE color: 11263247.
HSL color Cylindrical-coordinate representation of color #0FDDAB: hue angle of 165.44º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDDAB is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 171 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.13 |
| HSL | 165.44º | 0.87% | 0.46% | - |
| HSV(B) | 165.44º | 0.93% | 0.87% | - |
| XYZ | 33.4 | 54.75 | 47.34 | - |
| YUV | 153.71 | 137.75 | 29.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 171 | 0.93 | 0 | 0.23 | 0.13 | 165.44 | 0.87 | 0.46 |
| Hex | F | DD | AB | 5D | 0 | 17 | D | A5 | 57 | 2E |
| Octal | 17 | 335 | 253 | 135 | 0 | 27 | 15 | 245 | 127 | 56 |
| Binary | 1111 | 11011101 | 10101011 | 1011101 | 0 | 10111 | 1101 | 10100101 | 1010111 | 101110 |
Color Harmonies of #0FDDAB
Complementary color
Monochromatic Colors of #0FDDAB
Black with #0FDDAB
Text Example
Text Example
White with #0FDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDDAB; }
p { color: rgb(15,221,171); }
H1.HeaderClassName
{
color: #0FDDAB;
}
.AnyTagClassName
{
color: #0FDDAB;
}
</style>
background-color css
<style>
a { background-color: #0FDDAB; }
a { background-color: rgb(15,221,171); }
div.DivClassName
{
background-color: #0FDDAB;
}
.BgClassName
{
background-color: #0FDDAB;
}
</style>
border-color css
<style>
span { border-color: #0FDDAB; }
span { border-color: rgb(15,221,171); }
td.TdClassName
{
border-color: #0FDDAB;
}
.TagClassName
{
border-color: #0FDDAB;
}
</style>