Shades of Caribbean Green #13D6A1
Tints of Caribbean Green #13D6A1
RGB
CMYK
RGB Variations
Color information
#13D6A1 (or 0x13D6A1) is known color: Caribbean Green. HEX triplet: 13, D6 and A1. RGB value is (19,214,161). Sum of RGB (Red+Green+Blue) = 19+214+161=394 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.82% from 394); Green value is 214 (83.98% from 255 or 54.31% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 214 - color contains mainly: green. Hex color #13D6A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D6A1 is #EC295E. Grayscale: #959595. Windows color (decimal): -15477087 or 10606099. OLE color: 10606099.
HSL color Cylindrical-coordinate representation of color #13D6A1: hue angle of 163.69º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D6A1 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 214 | 161 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.16 |
| HSL | 163.69º | 0.84% | 0.46% | - |
| HSV(B) | 163.69º | 0.91% | 0.84% | - |
| XYZ | 30.75 | 50.8 | 41.9 | - |
| YUV | 149.65 | 134.4 | 34.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 214 | 161 | 0.91 | 0 | 0.25 | 0.16 | 163.69 | 0.84 | 0.46 |
| Hex | 13 | D6 | A1 | 5B | 0 | 19 | 10 | A4 | 54 | 2E |
| Octal | 23 | 326 | 241 | 133 | 0 | 31 | 20 | 244 | 124 | 56 |
| Binary | 10011 | 11010110 | 10100001 | 1011011 | 0 | 11001 | 10000 | 10100100 | 1010100 | 101110 |
Color Harmonies of #13D6A1
Complementary color
Monochromatic Colors of #13D6A1
Black with #13D6A1
Text Example
Text Example
White with #13D6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D6A1; }
p { color: rgb(19,214,161); }
H1.HeaderClassName
{
color: #13D6A1;
}
.AnyTagClassName
{
color: #13D6A1;
}
</style>
background-color css
<style>
a { background-color: #13D6A1; }
a { background-color: rgb(19,214,161); }
div.DivClassName
{
background-color: #13D6A1;
}
.BgClassName
{
background-color: #13D6A1;
}
</style>
border-color css
<style>
span { border-color: #13D6A1; }
span { border-color: rgb(19,214,161); }
td.TdClassName
{
border-color: #13D6A1;
}
.TagClassName
{
border-color: #13D6A1;
}
</style>