Shades of Caribbean Green #13DCA9
Tints of Caribbean Green #13DCA9
RGB
CMYK
RGB Variations
Color information
#13DCA9 (or 0x13DCA9) is known color: Caribbean Green. HEX triplet: 13, DC and A9. RGB value is (19,220,169). Sum of RGB (Red+Green+Blue) = 19+220+169=408 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.66% from 408); Green value is 220 (86.33% from 255 or 53.92% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 220 - color contains mainly: green. Hex color #13DCA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DCA9 is #EC2356. Grayscale: #9A9A9A. Windows color (decimal): -15475543 or 11131923. OLE color: 11131923.
HSL color Cylindrical-coordinate representation of color #13DCA9: hue angle of 164.78º 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 #13DCA9 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 220 | 169 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.14 |
| HSL | 164.78º | 0.84% | 0.47% | - |
| HSV(B) | 164.78º | 0.91% | 0.86% | - |
| XYZ | 33.02 | 54.19 | 46.26 | - |
| YUV | 154.09 | 136.41 | 31.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 169 | 0.91 | 0 | 0.23 | 0.14 | 164.78 | 0.84 | 0.47 |
| Hex | 13 | DC | A9 | 5B | 0 | 17 | E | A5 | 54 | 2F |
| Octal | 23 | 334 | 251 | 133 | 0 | 27 | 16 | 245 | 124 | 57 |
| Binary | 10011 | 11011100 | 10101001 | 1011011 | 0 | 10111 | 1110 | 10100101 | 1010100 | 101111 |
Color Harmonies of #13DCA9
Complementary color
Monochromatic Colors of #13DCA9
Black with #13DCA9
Text Example
Text Example
White with #13DCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DCA9; }
p { color: rgb(19,220,169); }
H1.HeaderClassName
{
color: #13DCA9;
}
.AnyTagClassName
{
color: #13DCA9;
}
</style>
background-color css
<style>
a { background-color: #13DCA9; }
a { background-color: rgb(19,220,169); }
div.DivClassName
{
background-color: #13DCA9;
}
.BgClassName
{
background-color: #13DCA9;
}
</style>
border-color css
<style>
span { border-color: #13DCA9; }
span { border-color: rgb(19,220,169); }
td.TdClassName
{
border-color: #13DCA9;
}
.TagClassName
{
border-color: #13DCA9;
}
</style>