Shades of Caribbean Green #13DC9A
Tints of Caribbean Green #13DC9A
RGB
CMYK
RGB Variations
Color information
#13DC9A (or 0x13DC9A) is known color: Caribbean Green. HEX triplet: 13, DC and 9A. RGB value is (19,220,154). Sum of RGB (Red+Green+Blue) = 19+220+154=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #13DC9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DC9A is #EC2365. Grayscale: #989898. Windows color (decimal): -15475558 or 10148883. OLE color: 10148883.
HSL color Cylindrical-coordinate representation of color #13DC9A: hue angle of 160.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 #13DC9A is Cyan = 0.91, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 220 | 154 | - |
| CMYK | 0.91 | 0 | 0.3 | 0.14 |
| HSL | 160.3º | 0.84% | 0.47% | - |
| HSV(B) | 160.3º | 0.91% | 0.86% | - |
| XYZ | 31.69 | 53.66 | 39.26 | - |
| YUV | 152.38 | 128.91 | 32.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 154 | 0.91 | 0 | 0.3 | 0.14 | 160.3 | 0.84 | 0.47 |
| Hex | 13 | DC | 9A | 5B | 0 | 1E | E | A0 | 54 | 2F |
| Octal | 23 | 334 | 232 | 133 | 0 | 36 | 16 | 240 | 124 | 57 |
| Binary | 10011 | 11011100 | 10011010 | 1011011 | 0 | 11110 | 1110 | 10100000 | 1010100 | 101111 |
Color Harmonies of #13DC9A
Complementary color
Monochromatic Colors of #13DC9A
Black with #13DC9A
Text Example
Text Example
White with #13DC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DC9A; }
p { color: rgb(19,220,154); }
H1.HeaderClassName
{
color: #13DC9A;
}
.AnyTagClassName
{
color: #13DC9A;
}
</style>
background-color css
<style>
a { background-color: #13DC9A; }
a { background-color: rgb(19,220,154); }
div.DivClassName
{
background-color: #13DC9A;
}
.BgClassName
{
background-color: #13DC9A;
}
</style>
border-color css
<style>
span { border-color: #13DC9A; }
span { border-color: rgb(19,220,154); }
td.TdClassName
{
border-color: #13DC9A;
}
.TagClassName
{
border-color: #13DC9A;
}
</style>