Shades of Caribbean Green #13C599
Tints of Caribbean Green #13C599
RGB
CMYK
RGB Variations
Color information
#13C599 (or 0x13C599) is known color: Caribbean Green. HEX triplet: 13, C5 and 99. RGB value is (19,197,153). Sum of RGB (Red+Green+Blue) = 19+197+153=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 197 (77.34% from 255 or 53.39% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 197 - color contains mainly: green. Hex color #13C599 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C599 is #EC3A66. Grayscale: #8A8A8A. Windows color (decimal): -15481447 or 10077459. OLE color: 10077459.
HSL color Cylindrical-coordinate representation of color #13C599: hue angle of 165.17º 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 #13C599 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 197 | 153 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.23 |
| HSL | 165.17º | 0.82% | 0.42% | - |
| HSV(B) | 165.17º | 0.9% | 0.77% | - |
| XYZ | 25.98 | 42.37 | 36.95 | - |
| YUV | 138.76 | 136.03 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 197 | 153 | 0.90 | 0 | 0.22 | 0.23 | 165.17 | 0.82 | 0.42 |
| Hex | 13 | C5 | 99 | 5A | 0 | 16 | 17 | A5 | 52 | 2A |
| Octal | 23 | 305 | 231 | 132 | 0 | 26 | 27 | 245 | 122 | 52 |
| Binary | 10011 | 11000101 | 10011001 | 1011010 | 0 | 10110 | 10111 | 10100101 | 1010010 | 101010 |
Color Harmonies of #13C599
Complementary color
Monochromatic Colors of #13C599
Black with #13C599
Text Example
Text Example
White with #13C599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C599; }
p { color: rgb(19,197,153); }
H1.HeaderClassName
{
color: #13C599;
}
.AnyTagClassName
{
color: #13C599;
}
</style>
background-color css
<style>
a { background-color: #13C599; }
a { background-color: rgb(19,197,153); }
div.DivClassName
{
background-color: #13C599;
}
.BgClassName
{
background-color: #13C599;
}
</style>
border-color css
<style>
span { border-color: #13C599; }
span { border-color: rgb(19,197,153); }
td.TdClassName
{
border-color: #13C599;
}
.TagClassName
{
border-color: #13C599;
}
</style>