Shades of Caribbean Green #13DCAB
Tints of Caribbean Green #13DCAB
RGB
CMYK
RGB Variations
Color information
#13DCAB (or 0x13DCAB) is known color: Caribbean Green. HEX triplet: 13, DC and AB. RGB value is (19,220,171). Sum of RGB (Red+Green+Blue) = 19+220+171=410 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.63% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #13DCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DCAB is #EC2354. Grayscale: #9A9A9A. Windows color (decimal): -15475541 or 11262995. OLE color: 11262995.
HSL color Cylindrical-coordinate representation of color #13DCAB: hue angle of 165.37º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DCAB is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 220 | 171 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.14 |
| HSL | 165.37º | 0.84% | 0.47% | - |
| HSV(B) | 165.37º | 0.91% | 0.86% | - |
| XYZ | 33.21 | 54.27 | 47.25 | - |
| YUV | 154.32 | 137.41 | 31.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 171 | 0.91 | 0 | 0.22 | 0.14 | 165.37 | 0.84 | 0.47 |
| Hex | 13 | DC | AB | 5B | 0 | 16 | E | A5 | 54 | 2F |
| Octal | 23 | 334 | 253 | 133 | 0 | 26 | 16 | 245 | 124 | 57 |
| Binary | 10011 | 11011100 | 10101011 | 1011011 | 0 | 10110 | 1110 | 10100101 | 1010100 | 101111 |
Color Harmonies of #13DCAB
Complementary color
Monochromatic Colors of #13DCAB
Black with #13DCAB
Text Example
Text Example
White with #13DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DCAB; }
p { color: rgb(19,220,171); }
H1.HeaderClassName
{
color: #13DCAB;
}
.AnyTagClassName
{
color: #13DCAB;
}
</style>
background-color css
<style>
a { background-color: #13DCAB; }
a { background-color: rgb(19,220,171); }
div.DivClassName
{
background-color: #13DCAB;
}
.BgClassName
{
background-color: #13DCAB;
}
</style>
border-color css
<style>
span { border-color: #13DCAB; }
span { border-color: rgb(19,220,171); }
td.TdClassName
{
border-color: #13DCAB;
}
.TagClassName
{
border-color: #13DCAB;
}
</style>