Shades of Caribbean Green #13D599
Tints of Caribbean Green #13D599
RGB
CMYK
RGB Variations
Color information
#13D599 (or 0x13D599) is known color: Caribbean Green. HEX triplet: 13, D5 and 99. RGB value is (19,213,153). Sum of RGB (Red+Green+Blue) = 19+213+153=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 213 (83.59% from 255 or 55.32% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 213 - color contains mainly: green. Hex color #13D599 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D599 is #EC2A66. Grayscale: #949494. Windows color (decimal): -15477351 or 10081555. OLE color: 10081555.
HSL color Cylindrical-coordinate representation of color #13D599: hue angle of 161.44º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D599 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 213 | 153 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.16 |
| HSL | 161.44º | 0.84% | 0.45% | - |
| HSV(B) | 161.44º | 0.91% | 0.84% | - |
| XYZ | 29.81 | 50.03 | 38.22 | - |
| YUV | 148.15 | 130.73 | 35.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 213 | 153 | 0.91 | 0 | 0.28 | 0.16 | 161.44 | 0.84 | 0.45 |
| Hex | 13 | D5 | 99 | 5B | 0 | 1C | 10 | A1 | 54 | 2D |
| Octal | 23 | 325 | 231 | 133 | 0 | 34 | 20 | 241 | 124 | 55 |
| Binary | 10011 | 11010101 | 10011001 | 1011011 | 0 | 11100 | 10000 | 10100001 | 1010100 | 101101 |
Color Harmonies of #13D599
Complementary color
Monochromatic Colors of #13D599
Black with #13D599
Text Example
Text Example
White with #13D599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D599; }
p { color: rgb(19,213,153); }
H1.HeaderClassName
{
color: #13D599;
}
.AnyTagClassName
{
color: #13D599;
}
</style>
background-color css
<style>
a { background-color: #13D599; }
a { background-color: rgb(19,213,153); }
div.DivClassName
{
background-color: #13D599;
}
.BgClassName
{
background-color: #13D599;
}
</style>
border-color css
<style>
span { border-color: #13D599; }
span { border-color: rgb(19,213,153); }
td.TdClassName
{
border-color: #13D599;
}
.TagClassName
{
border-color: #13D599;
}
</style>