Shades of Caribbean Green #13DBAA
Tints of Caribbean Green #13DBAA
RGB
CMYK
RGB Variations
Color information
#13DBAA (or 0x13DBAA) is known color: Caribbean Green. HEX triplet: 13, DB and AA. RGB value is (19,219,170). Sum of RGB (Red+Green+Blue) = 19+219+170=408 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.66% from 408); Green value is 219 (85.94% from 255 or 53.68% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 219 - color contains mainly: green. Hex color #13DBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DBAA is #EC2455. Grayscale: #999999. Windows color (decimal): -15475798 or 11197203. OLE color: 11197203.
HSL color Cylindrical-coordinate representation of color #13DBAA: hue angle of 165.3º 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 #13DBAA is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 170 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.14 |
| HSL | 165.3º | 0.84% | 0.47% | - |
| HSV(B) | 165.3º | 0.91% | 0.86% | - |
| XYZ | 32.86 | 53.7 | 46.66 | - |
| YUV | 153.61 | 137.24 | 31.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 170 | 0.91 | 0 | 0.22 | 0.14 | 165.3 | 0.84 | 0.47 |
| Hex | 13 | DB | AA | 5B | 0 | 16 | E | A5 | 54 | 2F |
| Octal | 23 | 333 | 252 | 133 | 0 | 26 | 16 | 245 | 124 | 57 |
| Binary | 10011 | 11011011 | 10101010 | 1011011 | 0 | 10110 | 1110 | 10100101 | 1010100 | 101111 |
Color Harmonies of #13DBAA
Complementary color
Monochromatic Colors of #13DBAA
Black with #13DBAA
Text Example
Text Example
White with #13DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DBAA; }
p { color: rgb(19,219,170); }
H1.HeaderClassName
{
color: #13DBAA;
}
.AnyTagClassName
{
color: #13DBAA;
}
</style>
background-color css
<style>
a { background-color: #13DBAA; }
a { background-color: rgb(19,219,170); }
div.DivClassName
{
background-color: #13DBAA;
}
.BgClassName
{
background-color: #13DBAA;
}
</style>
border-color css
<style>
span { border-color: #13DBAA; }
span { border-color: rgb(19,219,170); }
td.TdClassName
{
border-color: #13DBAA;
}
.TagClassName
{
border-color: #13DBAA;
}
</style>