Shades of Caribbean Green #0FDDAC
Tints of Caribbean Green #0FDDAC
RGB
CMYK
RGB Variations
Color information
#0FDDAC (or 0x0FDDAC) is known color: Caribbean Green. HEX triplet: 0F, DD and AC. RGB value is (15,221,172). Sum of RGB (Red+Green+Blue) = 15+221+172=408 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.68% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDDAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDDAC is #F02253. Grayscale: #999999. Windows color (decimal): -15737428 or 11328783. OLE color: 11328783.
HSL color Cylindrical-coordinate representation of color #0FDDAC: hue angle of 165.73º 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 #0FDDAC is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 172 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.13 |
| HSL | 165.73º | 0.87% | 0.46% | - |
| HSV(B) | 165.73º | 0.93% | 0.87% | - |
| XYZ | 33.5 | 54.79 | 47.84 | - |
| YUV | 153.82 | 138.25 | 28.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 172 | 0.93 | 0 | 0.22 | 0.13 | 165.73 | 0.87 | 0.46 |
| Hex | F | DD | AC | 5D | 0 | 16 | D | A6 | 57 | 2E |
| Octal | 17 | 335 | 254 | 135 | 0 | 26 | 15 | 246 | 127 | 56 |
| Binary | 1111 | 11011101 | 10101100 | 1011101 | 0 | 10110 | 1101 | 10100110 | 1010111 | 101110 |
Color Harmonies of #0FDDAC
Complementary color
Monochromatic Colors of #0FDDAC
Black with #0FDDAC
Text Example
Text Example
White with #0FDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDDAC; }
p { color: rgb(15,221,172); }
H1.HeaderClassName
{
color: #0FDDAC;
}
.AnyTagClassName
{
color: #0FDDAC;
}
</style>
background-color css
<style>
a { background-color: #0FDDAC; }
a { background-color: rgb(15,221,172); }
div.DivClassName
{
background-color: #0FDDAC;
}
.BgClassName
{
background-color: #0FDDAC;
}
</style>
border-color css
<style>
span { border-color: #0FDDAC; }
span { border-color: rgb(15,221,172); }
td.TdClassName
{
border-color: #0FDDAC;
}
.TagClassName
{
border-color: #0FDDAC;
}
</style>