Shades of Caribbean Green #0FDDA8
Tints of Caribbean Green #0FDDA8
RGB
CMYK
RGB Variations
Color information
#0FDDA8 (or 0x0FDDA8) is known color: Caribbean Green. HEX triplet: 0F, DD and A8. RGB value is (15,221,168). Sum of RGB (Red+Green+Blue) = 15+221+168=404 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.71% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDDA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDDA8 is #F02257. Grayscale: #999999. Windows color (decimal): -15737432 or 11066639. OLE color: 11066639.
HSL color Cylindrical-coordinate representation of color #0FDDA8: hue angle of 164.56º 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 #0FDDA8 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 168 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.13 |
| HSL | 164.56º | 0.87% | 0.46% | - |
| HSV(B) | 164.56º | 0.93% | 0.87% | - |
| XYZ | 33.12 | 54.64 | 45.85 | - |
| YUV | 153.36 | 136.25 | 29.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 168 | 0.93 | 0 | 0.24 | 0.13 | 164.56 | 0.87 | 0.46 |
| Hex | F | DD | A8 | 5D | 0 | 18 | D | A5 | 57 | 2E |
| Octal | 17 | 335 | 250 | 135 | 0 | 30 | 15 | 245 | 127 | 56 |
| Binary | 1111 | 11011101 | 10101000 | 1011101 | 0 | 11000 | 1101 | 10100101 | 1010111 | 101110 |
Color Harmonies of #0FDDA8
Complementary color
Monochromatic Colors of #0FDDA8
Black with #0FDDA8
Text Example
Text Example
White with #0FDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDDA8; }
p { color: rgb(15,221,168); }
H1.HeaderClassName
{
color: #0FDDA8;
}
.AnyTagClassName
{
color: #0FDDA8;
}
</style>
background-color css
<style>
a { background-color: #0FDDA8; }
a { background-color: rgb(15,221,168); }
div.DivClassName
{
background-color: #0FDDA8;
}
.BgClassName
{
background-color: #0FDDA8;
}
</style>
border-color css
<style>
span { border-color: #0FDDA8; }
span { border-color: rgb(15,221,168); }
td.TdClassName
{
border-color: #0FDDA8;
}
.TagClassName
{
border-color: #0FDDA8;
}
</style>