Shades of Caribbean Green #13DC87
Tints of Caribbean Green #13DC87
RGB
CMYK
RGB Variations
Color information
#13DC87 (or 0x13DC87) is known color: Caribbean Green. HEX triplet: 13, DC and 87. RGB value is (19,220,135). Sum of RGB (Red+Green+Blue) = 19+220+135=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #13DC87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DC87 is #EC2378. Grayscale: #969696. Windows color (decimal): -15475577 or 8903699. OLE color: 8903699.
HSL color Cylindrical-coordinate representation of color #13DC87: hue angle of 154.63º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DC87 is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 220 | 135 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.14 |
| HSL | 154.63º | 0.84% | 0.47% | - |
| HSV(B) | 154.63º | 0.91% | 0.86% | - |
| XYZ | 30.23 | 53.07 | 31.57 | - |
| YUV | 150.21 | 119.41 | 34.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 135 | 0.91 | 0 | 0.39 | 0.14 | 154.63 | 0.84 | 0.47 |
| Hex | 13 | DC | 87 | 5B | 0 | 27 | E | 9B | 54 | 2F |
| Octal | 23 | 334 | 207 | 133 | 0 | 47 | 16 | 233 | 124 | 57 |
| Binary | 10011 | 11011100 | 10000111 | 1011011 | 0 | 100111 | 1110 | 10011011 | 1010100 | 101111 |
Color Harmonies of #13DC87
Complementary color
Monochromatic Colors of #13DC87
Black with #13DC87
Text Example
Text Example
White with #13DC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DC87; }
p { color: rgb(19,220,135); }
H1.HeaderClassName
{
color: #13DC87;
}
.AnyTagClassName
{
color: #13DC87;
}
</style>
background-color css
<style>
a { background-color: #13DC87; }
a { background-color: rgb(19,220,135); }
div.DivClassName
{
background-color: #13DC87;
}
.BgClassName
{
background-color: #13DC87;
}
</style>
border-color css
<style>
span { border-color: #13DC87; }
span { border-color: rgb(19,220,135); }
td.TdClassName
{
border-color: #13DC87;
}
.TagClassName
{
border-color: #13DC87;
}
</style>