Shades of Caribbean Green #13DB8D
Tints of Caribbean Green #13DB8D
RGB
CMYK
RGB Variations
Color information
#13DB8D (or 0x13DB8D) is known color: Caribbean Green. HEX triplet: 13, DB and 8D. RGB value is (19,219,141). Sum of RGB (Red+Green+Blue) = 19+219+141=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 219 (85.94% from 255 or 57.78% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DB8D is #EC2472. Grayscale: #969696. Windows color (decimal): -15475827 or 9296659. OLE color: 9296659.
HSL color Cylindrical-coordinate representation of color #13DB8D: hue angle of 156.6º 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 #13DB8D is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 141 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.14 |
| HSL | 156.6º | 0.84% | 0.47% | - |
| HSV(B) | 156.6º | 0.91% | 0.86% | - |
| XYZ | 30.41 | 52.72 | 33.77 | - |
| YUV | 150.31 | 122.74 | 34.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 141 | 0.91 | 0 | 0.36 | 0.14 | 156.6 | 0.84 | 0.47 |
| Hex | 13 | DB | 8D | 5B | 0 | 24 | E | 9D | 54 | 2F |
| Octal | 23 | 333 | 215 | 133 | 0 | 44 | 16 | 235 | 124 | 57 |
| Binary | 10011 | 11011011 | 10001101 | 1011011 | 0 | 100100 | 1110 | 10011101 | 1010100 | 101111 |
Color Harmonies of #13DB8D
Complementary color
Monochromatic Colors of #13DB8D
Black with #13DB8D
Text Example
Text Example
White with #13DB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DB8D; }
p { color: rgb(19,219,141); }
H1.HeaderClassName
{
color: #13DB8D;
}
.AnyTagClassName
{
color: #13DB8D;
}
</style>
background-color css
<style>
a { background-color: #13DB8D; }
a { background-color: rgb(19,219,141); }
div.DivClassName
{
background-color: #13DB8D;
}
.BgClassName
{
background-color: #13DB8D;
}
</style>
border-color css
<style>
span { border-color: #13DB8D; }
span { border-color: rgb(19,219,141); }
td.TdClassName
{
border-color: #13DB8D;
}
.TagClassName
{
border-color: #13DB8D;
}
</style>