Shades of Caribbean Green #0FDDA0
Tints of Caribbean Green #0FDDA0
RGB
CMYK
RGB Variations
Color information
#0FDDA0 (or 0x0FDDA0) is known color: Caribbean Green. HEX triplet: 0F, DD and A0. RGB value is (15,221,160). Sum of RGB (Red+Green+Blue) = 15+221+160=396 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.79% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDDA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDDA0 is #F0225F. Grayscale: #989898. Windows color (decimal): -15737440 or 10542351. OLE color: 10542351.
HSL color Cylindrical-coordinate representation of color #0FDDA0: hue angle of 162.23º 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 #0FDDA0 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 160 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.13 |
| HSL | 162.23º | 0.87% | 0.46% | - |
| HSV(B) | 162.23º | 0.93% | 0.87% | - |
| XYZ | 32.4 | 54.35 | 42.04 | - |
| YUV | 152.45 | 132.25 | 29.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 160 | 0.93 | 0 | 0.28 | 0.13 | 162.23 | 0.87 | 0.46 |
| Hex | F | DD | A0 | 5D | 0 | 1C | D | A2 | 57 | 2E |
| Octal | 17 | 335 | 240 | 135 | 0 | 34 | 15 | 242 | 127 | 56 |
| Binary | 1111 | 11011101 | 10100000 | 1011101 | 0 | 11100 | 1101 | 10100010 | 1010111 | 101110 |
Color Harmonies of #0FDDA0
Complementary color
Monochromatic Colors of #0FDDA0
Black with #0FDDA0
Text Example
Text Example
White with #0FDDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDDA0; }
p { color: rgb(15,221,160); }
H1.HeaderClassName
{
color: #0FDDA0;
}
.AnyTagClassName
{
color: #0FDDA0;
}
</style>
background-color css
<style>
a { background-color: #0FDDA0; }
a { background-color: rgb(15,221,160); }
div.DivClassName
{
background-color: #0FDDA0;
}
.BgClassName
{
background-color: #0FDDA0;
}
</style>
border-color css
<style>
span { border-color: #0FDDA0; }
span { border-color: rgb(15,221,160); }
td.TdClassName
{
border-color: #0FDDA0;
}
.TagClassName
{
border-color: #0FDDA0;
}
</style>