Shades of Caribbean Green #13D5A1
Tints of Caribbean Green #13D5A1
RGB
CMYK
RGB Variations
Color information
#13D5A1 (or 0x13D5A1) is known color: Caribbean Green. HEX triplet: 13, D5 and A1. RGB value is (19,213,161). Sum of RGB (Red+Green+Blue) = 19+213+161=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 213 (83.59% from 255 or 54.20% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 213 - color contains mainly: green. Hex color #13D5A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D5A1 is #EC2A5E. Grayscale: #959595. Windows color (decimal): -15477343 or 10605843. OLE color: 10605843.
HSL color Cylindrical-coordinate representation of color #13D5A1: hue angle of 163.92º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D5A1 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 213 | 161 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.16 |
| HSL | 163.92º | 0.84% | 0.45% | - |
| HSV(B) | 163.92º | 0.91% | 0.84% | - |
| XYZ | 30.5 | 50.3 | 41.82 | - |
| YUV | 149.07 | 134.73 | 35.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 213 | 161 | 0.91 | 0 | 0.24 | 0.16 | 163.92 | 0.84 | 0.45 |
| Hex | 13 | D5 | A1 | 5B | 0 | 18 | 10 | A4 | 54 | 2D |
| Octal | 23 | 325 | 241 | 133 | 0 | 30 | 20 | 244 | 124 | 55 |
| Binary | 10011 | 11010101 | 10100001 | 1011011 | 0 | 11000 | 10000 | 10100100 | 1010100 | 101101 |
Color Harmonies of #13D5A1
Complementary color
Monochromatic Colors of #13D5A1
Black with #13D5A1
Text Example
Text Example
White with #13D5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D5A1; }
p { color: rgb(19,213,161); }
H1.HeaderClassName
{
color: #13D5A1;
}
.AnyTagClassName
{
color: #13D5A1;
}
</style>
background-color css
<style>
a { background-color: #13D5A1; }
a { background-color: rgb(19,213,161); }
div.DivClassName
{
background-color: #13D5A1;
}
.BgClassName
{
background-color: #13D5A1;
}
</style>
border-color css
<style>
span { border-color: #13D5A1; }
span { border-color: rgb(19,213,161); }
td.TdClassName
{
border-color: #13D5A1;
}
.TagClassName
{
border-color: #13D5A1;
}
</style>