Shades of Caribbean Green #13DDA0
Tints of Caribbean Green #13DDA0
RGB
CMYK
RGB Variations
Color information
#13DDA0 (or 0x13DDA0) is known color: Caribbean Green. HEX triplet: 13, DD and A0. RGB value is (19,221,160). Sum of RGB (Red+Green+Blue) = 19+221+160=400 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.75% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #13DDA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DDA0 is #EC225F. Grayscale: #999999. Windows color (decimal): -15475296 or 10542355. OLE color: 10542355.
HSL color Cylindrical-coordinate representation of color #13DDA0: hue angle of 161.88º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DDA0 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 221 | 160 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.13 |
| HSL | 161.88º | 0.84% | 0.47% | - |
| HSV(B) | 161.88º | 0.91% | 0.87% | - |
| XYZ | 32.47 | 54.39 | 42.04 | - |
| YUV | 153.65 | 131.58 | 31.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 221 | 160 | 0.91 | 0 | 0.28 | 0.13 | 161.88 | 0.84 | 0.47 |
| Hex | 13 | DD | A0 | 5B | 0 | 1C | D | A2 | 54 | 2F |
| Octal | 23 | 335 | 240 | 133 | 0 | 34 | 15 | 242 | 124 | 57 |
| Binary | 10011 | 11011101 | 10100000 | 1011011 | 0 | 11100 | 1101 | 10100010 | 1010100 | 101111 |
Color Harmonies of #13DDA0
Complementary color
Monochromatic Colors of #13DDA0
Black with #13DDA0
Text Example
Text Example
White with #13DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DDA0; }
p { color: rgb(19,221,160); }
H1.HeaderClassName
{
color: #13DDA0;
}
.AnyTagClassName
{
color: #13DDA0;
}
</style>
background-color css
<style>
a { background-color: #13DDA0; }
a { background-color: rgb(19,221,160); }
div.DivClassName
{
background-color: #13DDA0;
}
.BgClassName
{
background-color: #13DDA0;
}
</style>
border-color css
<style>
span { border-color: #13DDA0; }
span { border-color: rgb(19,221,160); }
td.TdClassName
{
border-color: #13DDA0;
}
.TagClassName
{
border-color: #13DDA0;
}
</style>