Shades of Caribbean Green #13DD8D
Tints of Caribbean Green #13DD8D
RGB
CMYK
RGB Variations
Color information
#13DD8D (or 0x13DD8D) is known color: Caribbean Green. HEX triplet: 13, DD and 8D. RGB value is (19,221,141). Sum of RGB (Red+Green+Blue) = 19+221+141=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #13DD8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DD8D is #EC2272. Grayscale: #979797. Windows color (decimal): -15475315 or 9297171. OLE color: 9297171.
HSL color Cylindrical-coordinate representation of color #13DD8D: hue angle of 156.24º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DD8D is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 221 | 141 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.13 |
| HSL | 156.24º | 0.84% | 0.47% | - |
| HSV(B) | 156.24º | 0.91% | 0.87% | - |
| XYZ | 30.93 | 53.77 | 33.95 | - |
| YUV | 151.48 | 122.08 | 33.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 221 | 141 | 0.91 | 0 | 0.36 | 0.13 | 156.24 | 0.84 | 0.47 |
| Hex | 13 | DD | 8D | 5B | 0 | 24 | D | 9C | 54 | 2F |
| Octal | 23 | 335 | 215 | 133 | 0 | 44 | 15 | 234 | 124 | 57 |
| Binary | 10011 | 11011101 | 10001101 | 1011011 | 0 | 100100 | 1101 | 10011100 | 1010100 | 101111 |
Color Harmonies of #13DD8D
Complementary color
Monochromatic Colors of #13DD8D
Black with #13DD8D
Text Example
Text Example
White with #13DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DD8D; }
p { color: rgb(19,221,141); }
H1.HeaderClassName
{
color: #13DD8D;
}
.AnyTagClassName
{
color: #13DD8D;
}
</style>
background-color css
<style>
a { background-color: #13DD8D; }
a { background-color: rgb(19,221,141); }
div.DivClassName
{
background-color: #13DD8D;
}
.BgClassName
{
background-color: #13DD8D;
}
</style>
border-color css
<style>
span { border-color: #13DD8D; }
span { border-color: rgb(19,221,141); }
td.TdClassName
{
border-color: #13DD8D;
}
.TagClassName
{
border-color: #13DD8D;
}
</style>