Shades of Caribbean Green #13CA9F
Tints of Caribbean Green #13CA9F
RGB
CMYK
RGB Variations
Color information
#13CA9F (or 0x13CA9F) is known color: Caribbean Green. HEX triplet: 13, CA and 9F. RGB value is (19,202,159). Sum of RGB (Red+Green+Blue) = 19+202+159=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CA9F is #EC3560. Grayscale: #8E8E8E. Windows color (decimal): -15480161 or 10471955. OLE color: 10471955.
HSL color Cylindrical-coordinate representation of color #13CA9F: hue angle of 165.9º 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 #13CA9F is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 202 | 159 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.21 |
| HSL | 165.9º | 0.83% | 0.43% | - |
| HSV(B) | 165.9º | 0.91% | 0.79% | - |
| XYZ | 27.65 | 44.88 | 40.01 | - |
| YUV | 142.38 | 137.37 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 202 | 159 | 0.91 | 0 | 0.21 | 0.21 | 165.9 | 0.83 | 0.43 |
| Hex | 13 | CA | 9F | 5B | 0 | 15 | 15 | A6 | 53 | 2B |
| Octal | 23 | 312 | 237 | 133 | 0 | 25 | 25 | 246 | 123 | 53 |
| Binary | 10011 | 11001010 | 10011111 | 1011011 | 0 | 10101 | 10101 | 10100110 | 1010011 | 101011 |
Color Harmonies of #13CA9F
Complementary color
Monochromatic Colors of #13CA9F
Black with #13CA9F
Text Example
Text Example
White with #13CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CA9F; }
p { color: rgb(19,202,159); }
H1.HeaderClassName
{
color: #13CA9F;
}
.AnyTagClassName
{
color: #13CA9F;
}
</style>
background-color css
<style>
a { background-color: #13CA9F; }
a { background-color: rgb(19,202,159); }
div.DivClassName
{
background-color: #13CA9F;
}
.BgClassName
{
background-color: #13CA9F;
}
</style>
border-color css
<style>
span { border-color: #13CA9F; }
span { border-color: rgb(19,202,159); }
td.TdClassName
{
border-color: #13CA9F;
}
.TagClassName
{
border-color: #13CA9F;
}
</style>