Shades of Caribbean Green #13D18E
Tints of Caribbean Green #13D18E
RGB
CMYK
RGB Variations
Color information
#13D18E (or 0x13D18E) is known color: Caribbean Green. HEX triplet: 13, D1 and 8E. RGB value is (19,209,142). Sum of RGB (Red+Green+Blue) = 19+209+142=370 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.14% from 370); Green value is 209 (82.03% from 255 or 56.49% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 209 - color contains mainly: green. Hex color #13D18E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D18E is #EC2E71. Grayscale: #909090. Windows color (decimal): -15478386 or 9359635. OLE color: 9359635.
HSL color Cylindrical-coordinate representation of color #13D18E: hue angle of 158.84º 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 #13D18E is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 209 | 142 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.18 |
| HSL | 158.84º | 0.83% | 0.45% | - |
| HSV(B) | 158.84º | 0.91% | 0.82% | - |
| XYZ | 27.95 | 47.69 | 33.32 | - |
| YUV | 144.55 | 126.55 | 38.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 209 | 142 | 0.91 | 0 | 0.32 | 0.18 | 158.84 | 0.83 | 0.45 |
| Hex | 13 | D1 | 8E | 5B | 0 | 20 | 12 | 9F | 53 | 2D |
| Octal | 23 | 321 | 216 | 133 | 0 | 40 | 22 | 237 | 123 | 55 |
| Binary | 10011 | 11010001 | 10001110 | 1011011 | 0 | 100000 | 10010 | 10011111 | 1010011 | 101101 |
Color Harmonies of #13D18E
Complementary color
Monochromatic Colors of #13D18E
Black with #13D18E
Text Example
Text Example
White with #13D18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D18E; }
p { color: rgb(19,209,142); }
H1.HeaderClassName
{
color: #13D18E;
}
.AnyTagClassName
{
color: #13D18E;
}
</style>
background-color css
<style>
a { background-color: #13D18E; }
a { background-color: rgb(19,209,142); }
div.DivClassName
{
background-color: #13D18E;
}
.BgClassName
{
background-color: #13D18E;
}
</style>
border-color css
<style>
span { border-color: #13D18E; }
span { border-color: rgb(19,209,142); }
td.TdClassName
{
border-color: #13D18E;
}
.TagClassName
{
border-color: #13D18E;
}
</style>