Shades of Caribbean Green #13D987
Tints of Caribbean Green #13D987
RGB
CMYK
RGB Variations
Color information
#13D987 (or 0x13D987) is known color: Caribbean Green. HEX triplet: 13, D9 and 87. RGB value is (19,217,135). Sum of RGB (Red+Green+Blue) = 19+217+135=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 217 (85.16% from 255 or 58.49% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 217 - color contains mainly: green. Hex color #13D987 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D987 is #EC2678. Grayscale: #949494. Windows color (decimal): -15476345 or 8902931. OLE color: 8902931.
HSL color Cylindrical-coordinate representation of color #13D987: hue angle of 155.15º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D987 is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 217 | 135 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.15 |
| HSL | 155.15º | 0.84% | 0.46% | - |
| HSV(B) | 155.15º | 0.91% | 0.85% | - |
| XYZ | 29.45 | 51.51 | 31.31 | - |
| YUV | 148.45 | 120.4 | 35.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 217 | 135 | 0.91 | 0 | 0.38 | 0.15 | 155.15 | 0.84 | 0.46 |
| Hex | 13 | D9 | 87 | 5B | 0 | 26 | F | 9B | 54 | 2E |
| Octal | 23 | 331 | 207 | 133 | 0 | 46 | 17 | 233 | 124 | 56 |
| Binary | 10011 | 11011001 | 10000111 | 1011011 | 0 | 100110 | 1111 | 10011011 | 1010100 | 101110 |
Color Harmonies of #13D987
Complementary color
Monochromatic Colors of #13D987
Black with #13D987
Text Example
Text Example
White with #13D987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D987; }
p { color: rgb(19,217,135); }
H1.HeaderClassName
{
color: #13D987;
}
.AnyTagClassName
{
color: #13D987;
}
</style>
background-color css
<style>
a { background-color: #13D987; }
a { background-color: rgb(19,217,135); }
div.DivClassName
{
background-color: #13D987;
}
.BgClassName
{
background-color: #13D987;
}
</style>
border-color css
<style>
span { border-color: #13D987; }
span { border-color: rgb(19,217,135); }
td.TdClassName
{
border-color: #13D987;
}
.TagClassName
{
border-color: #13D987;
}
</style>