Shades of Caribbean Green #13D187
Tints of Caribbean Green #13D187
RGB
CMYK
RGB Variations
Color information
#13D187 (or 0x13D187) is known color: Caribbean Green. HEX triplet: 13, D1 and 87. RGB value is (19,209,135). Sum of RGB (Red+Green+Blue) = 19+209+135=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 209 (82.03% from 255 or 57.58% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 209 - color contains mainly: green. Hex color #13D187 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D187 is #EC2E78. Grayscale: #8F8F8F. Windows color (decimal): -15478393 or 8900883. OLE color: 8900883.
HSL color Cylindrical-coordinate representation of color #13D187: hue angle of 156.63º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D187 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 209 | 135 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.18 |
| HSL | 156.63º | 0.83% | 0.45% | - |
| HSV(B) | 156.63º | 0.91% | 0.82% | - |
| XYZ | 27.44 | 47.49 | 30.64 | - |
| YUV | 143.75 | 123.05 | 39.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 209 | 135 | 0.91 | 0 | 0.35 | 0.18 | 156.63 | 0.83 | 0.45 |
| Hex | 13 | D1 | 87 | 5B | 0 | 23 | 12 | 9D | 53 | 2D |
| Octal | 23 | 321 | 207 | 133 | 0 | 43 | 22 | 235 | 123 | 55 |
| Binary | 10011 | 11010001 | 10000111 | 1011011 | 0 | 100011 | 10010 | 10011101 | 1010011 | 101101 |
Color Harmonies of #13D187
Complementary color
Monochromatic Colors of #13D187
Black with #13D187
Text Example
Text Example
White with #13D187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D187; }
p { color: rgb(19,209,135); }
H1.HeaderClassName
{
color: #13D187;
}
.AnyTagClassName
{
color: #13D187;
}
</style>
background-color css
<style>
a { background-color: #13D187; }
a { background-color: rgb(19,209,135); }
div.DivClassName
{
background-color: #13D187;
}
.BgClassName
{
background-color: #13D187;
}
</style>
border-color css
<style>
span { border-color: #13D187; }
span { border-color: rgb(19,209,135); }
td.TdClassName
{
border-color: #13D187;
}
.TagClassName
{
border-color: #13D187;
}
</style>