Shades of Caribbean Green #13CCA1
Tints of Caribbean Green #13CCA1
RGB
CMYK
RGB Variations
Color information
#13CCA1 (or 0x13CCA1) is known color: Caribbean Green. HEX triplet: 13, CC and A1. RGB value is (19,204,161). Sum of RGB (Red+Green+Blue) = 19+204+161=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #13CCA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CCA1 is #EC335E. Grayscale: #8F8F8F. Windows color (decimal): -15479647 or 10603539. OLE color: 10603539.
HSL color Cylindrical-coordinate representation of color #13CCA1: hue angle of 166.05º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CCA1 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 204 | 161 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.2 |
| HSL | 166.05º | 0.83% | 0.44% | - |
| HSV(B) | 166.05º | 0.91% | 0.8% | - |
| XYZ | 28.29 | 45.9 | 41.09 | - |
| YUV | 143.78 | 137.71 | 39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 204 | 161 | 0.91 | 0 | 0.21 | 0.2 | 166.05 | 0.83 | 0.44 |
| Hex | 13 | CC | A1 | 5B | 0 | 15 | 14 | A6 | 53 | 2C |
| Octal | 23 | 314 | 241 | 133 | 0 | 25 | 24 | 246 | 123 | 54 |
| Binary | 10011 | 11001100 | 10100001 | 1011011 | 0 | 10101 | 10100 | 10100110 | 1010011 | 101100 |
Color Harmonies of #13CCA1
Complementary color
Monochromatic Colors of #13CCA1
Black with #13CCA1
Text Example
Text Example
White with #13CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CCA1; }
p { color: rgb(19,204,161); }
H1.HeaderClassName
{
color: #13CCA1;
}
.AnyTagClassName
{
color: #13CCA1;
}
</style>
background-color css
<style>
a { background-color: #13CCA1; }
a { background-color: rgb(19,204,161); }
div.DivClassName
{
background-color: #13CCA1;
}
.BgClassName
{
background-color: #13CCA1;
}
</style>
border-color css
<style>
span { border-color: #13CCA1; }
span { border-color: rgb(19,204,161); }
td.TdClassName
{
border-color: #13CCA1;
}
.TagClassName
{
border-color: #13CCA1;
}
</style>