Shades of Caribbean Green #13DCAA
Tints of Caribbean Green #13DCAA
RGB
CMYK
RGB Variations
Color information
#13DCAA (or 0x13DCAA) is known color: Caribbean Green. HEX triplet: 13, DC and AA. RGB value is (19,220,170). Sum of RGB (Red+Green+Blue) = 19+220+170=409 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.65% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #13DCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DCAA is #EC2355. Grayscale: #9A9A9A. Windows color (decimal): -15475542 or 11197459. OLE color: 11197459.
HSL color Cylindrical-coordinate representation of color #13DCAA: hue angle of 165.07º 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 #13DCAA is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 220 | 170 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.14 |
| HSL | 165.07º | 0.84% | 0.47% | - |
| HSV(B) | 165.07º | 0.91% | 0.86% | - |
| XYZ | 33.12 | 54.23 | 46.75 | - |
| YUV | 154.2 | 136.91 | 31.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 170 | 0.91 | 0 | 0.23 | 0.14 | 165.07 | 0.84 | 0.47 |
| Hex | 13 | DC | AA | 5B | 0 | 17 | E | A5 | 54 | 2F |
| Octal | 23 | 334 | 252 | 133 | 0 | 27 | 16 | 245 | 124 | 57 |
| Binary | 10011 | 11011100 | 10101010 | 1011011 | 0 | 10111 | 1110 | 10100101 | 1010100 | 101111 |
Color Harmonies of #13DCAA
Complementary color
Monochromatic Colors of #13DCAA
Black with #13DCAA
Text Example
Text Example
White with #13DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DCAA; }
p { color: rgb(19,220,170); }
H1.HeaderClassName
{
color: #13DCAA;
}
.AnyTagClassName
{
color: #13DCAA;
}
</style>
background-color css
<style>
a { background-color: #13DCAA; }
a { background-color: rgb(19,220,170); }
div.DivClassName
{
background-color: #13DCAA;
}
.BgClassName
{
background-color: #13DCAA;
}
</style>
border-color css
<style>
span { border-color: #13DCAA; }
span { border-color: rgb(19,220,170); }
td.TdClassName
{
border-color: #13DCAA;
}
.TagClassName
{
border-color: #13DCAA;
}
</style>