Shades of Caribbean Green #13CA9E
Tints of Caribbean Green #13CA9E
RGB
CMYK
RGB Variations
Color information
#13CA9E (or 0x13CA9E) is known color: Caribbean Green. HEX triplet: 13, CA and 9E. RGB value is (19,202,158). Sum of RGB (Red+Green+Blue) = 19+202+158=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CA9E is #EC3561. Grayscale: #8E8E8E. Windows color (decimal): -15480162 or 10406419. OLE color: 10406419.
HSL color Cylindrical-coordinate representation of color #13CA9E: hue angle of 165.57º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CA9E is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 202 | 158 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.21 |
| HSL | 165.57º | 0.83% | 0.43% | - |
| HSV(B) | 165.57º | 0.91% | 0.79% | - |
| XYZ | 27.56 | 44.85 | 39.55 | - |
| YUV | 142.27 | 136.87 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 202 | 158 | 0.91 | 0 | 0.22 | 0.21 | 165.57 | 0.83 | 0.43 |
| Hex | 13 | CA | 9E | 5B | 0 | 16 | 15 | A6 | 53 | 2B |
| Octal | 23 | 312 | 236 | 133 | 0 | 26 | 25 | 246 | 123 | 53 |
| Binary | 10011 | 11001010 | 10011110 | 1011011 | 0 | 10110 | 10101 | 10100110 | 1010011 | 101011 |
Color Harmonies of #13CA9E
Complementary color
Monochromatic Colors of #13CA9E
Black with #13CA9E
Text Example
Text Example
White with #13CA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CA9E; }
p { color: rgb(19,202,158); }
H1.HeaderClassName
{
color: #13CA9E;
}
.AnyTagClassName
{
color: #13CA9E;
}
</style>
background-color css
<style>
a { background-color: #13CA9E; }
a { background-color: rgb(19,202,158); }
div.DivClassName
{
background-color: #13CA9E;
}
.BgClassName
{
background-color: #13CA9E;
}
</style>
border-color css
<style>
span { border-color: #13CA9E; }
span { border-color: rgb(19,202,158); }
td.TdClassName
{
border-color: #13CA9E;
}
.TagClassName
{
border-color: #13CA9E;
}
</style>