Shades of Caribbean Green #13D0A0
Tints of Caribbean Green #13D0A0
RGB
CMYK
RGB Variations
Color information
#13D0A0 (or 0x13D0A0) is known color: Caribbean Green. HEX triplet: 13, D0 and A0. RGB value is (19,208,160). Sum of RGB (Red+Green+Blue) = 19+208+160=387 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.91% from 387); Green value is 208 (81.64% from 255 or 53.75% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 208 - color contains mainly: green. Hex color #13D0A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D0A0 is #EC2F5F. Grayscale: #929292. Windows color (decimal): -15478624 or 10539027. OLE color: 10539027.
HSL color Cylindrical-coordinate representation of color #13D0A0: hue angle of 164.76º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D0A0 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 208 | 160 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.18 |
| HSL | 164.76º | 0.83% | 0.45% | - |
| HSV(B) | 164.76º | 0.91% | 0.82% | - |
| XYZ | 29.17 | 47.79 | 40.94 | - |
| YUV | 146.02 | 135.88 | 37.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 208 | 160 | 0.91 | 0 | 0.23 | 0.18 | 164.76 | 0.83 | 0.45 |
| Hex | 13 | D0 | A0 | 5B | 0 | 17 | 12 | A5 | 53 | 2D |
| Octal | 23 | 320 | 240 | 133 | 0 | 27 | 22 | 245 | 123 | 55 |
| Binary | 10011 | 11010000 | 10100000 | 1011011 | 0 | 10111 | 10010 | 10100101 | 1010011 | 101101 |
Color Harmonies of #13D0A0
Complementary color
Monochromatic Colors of #13D0A0
Black with #13D0A0
Text Example
Text Example
White with #13D0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D0A0; }
p { color: rgb(19,208,160); }
H1.HeaderClassName
{
color: #13D0A0;
}
.AnyTagClassName
{
color: #13D0A0;
}
</style>
background-color css
<style>
a { background-color: #13D0A0; }
a { background-color: rgb(19,208,160); }
div.DivClassName
{
background-color: #13D0A0;
}
.BgClassName
{
background-color: #13D0A0;
}
</style>
border-color css
<style>
span { border-color: #13D0A0; }
span { border-color: rgb(19,208,160); }
td.TdClassName
{
border-color: #13D0A0;
}
.TagClassName
{
border-color: #13D0A0;
}
</style>