Shades of Caribbean Green #13C4A0
Tints of Caribbean Green #13C4A0
RGB
CMYK
RGB Variations
Color information
#13C4A0 (or 0x13C4A0) is known color: Caribbean Green. HEX triplet: 13, C4 and A0. RGB value is (19,196,160). Sum of RGB (Red+Green+Blue) = 19+196+160=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 196 (76.95% from 255 or 52.27% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 196 - color contains mainly: green. Hex color #13C4A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C4A0 is #EC3B5F. Grayscale: #8A8A8A. Windows color (decimal): -15481696 or 10535955. OLE color: 10535955.
HSL color Cylindrical-coordinate representation of color #13C4A0: hue angle of 167.8º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C4A0 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 196 | 160 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.23 |
| HSL | 167.8º | 0.82% | 0.42% | - |
| HSV(B) | 167.8º | 0.9% | 0.77% | - |
| XYZ | 26.35 | 42.16 | 40.01 | - |
| YUV | 138.97 | 139.86 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 196 | 160 | 0.90 | 0 | 0.18 | 0.23 | 167.8 | 0.82 | 0.42 |
| Hex | 13 | C4 | A0 | 5A | 0 | 12 | 17 | A8 | 52 | 2A |
| Octal | 23 | 304 | 240 | 132 | 0 | 22 | 27 | 250 | 122 | 52 |
| Binary | 10011 | 11000100 | 10100000 | 1011010 | 0 | 10010 | 10111 | 10101000 | 1010010 | 101010 |
Color Harmonies of #13C4A0
Complementary color
Monochromatic Colors of #13C4A0
Black with #13C4A0
Text Example
Text Example
White with #13C4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C4A0; }
p { color: rgb(19,196,160); }
H1.HeaderClassName
{
color: #13C4A0;
}
.AnyTagClassName
{
color: #13C4A0;
}
</style>
background-color css
<style>
a { background-color: #13C4A0; }
a { background-color: rgb(19,196,160); }
div.DivClassName
{
background-color: #13C4A0;
}
.BgClassName
{
background-color: #13C4A0;
}
</style>
border-color css
<style>
span { border-color: #13C4A0; }
span { border-color: rgb(19,196,160); }
td.TdClassName
{
border-color: #13C4A0;
}
.TagClassName
{
border-color: #13C4A0;
}
</style>