Shades of Caribbean Green #13DB8F
Tints of Caribbean Green #13DB8F
RGB
CMYK
RGB Variations
Color information
#13DB8F (or 0x13DB8F) is known color: Caribbean Green. HEX triplet: 13, DB and 8F. RGB value is (19,219,143). Sum of RGB (Red+Green+Blue) = 19+219+143=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 219 (85.94% from 255 or 57.48% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DB8F is #EC2470. Grayscale: #969696. Windows color (decimal): -15475825 or 9427731. OLE color: 9427731.
HSL color Cylindrical-coordinate representation of color #13DB8F: hue angle of 157.2º 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 #13DB8F is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 143 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.14 |
| HSL | 157.2º | 0.84% | 0.47% | - |
| HSV(B) | 157.2º | 0.91% | 0.86% | - |
| XYZ | 30.56 | 52.78 | 34.56 | - |
| YUV | 150.54 | 123.74 | 34.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 143 | 0.91 | 0 | 0.35 | 0.14 | 157.2 | 0.84 | 0.47 |
| Hex | 13 | DB | 8F | 5B | 0 | 23 | E | 9D | 54 | 2F |
| Octal | 23 | 333 | 217 | 133 | 0 | 43 | 16 | 235 | 124 | 57 |
| Binary | 10011 | 11011011 | 10001111 | 1011011 | 0 | 100011 | 1110 | 10011101 | 1010100 | 101111 |
Color Harmonies of #13DB8F
Complementary color
Monochromatic Colors of #13DB8F
Black with #13DB8F
Text Example
Text Example
White with #13DB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DB8F; }
p { color: rgb(19,219,143); }
H1.HeaderClassName
{
color: #13DB8F;
}
.AnyTagClassName
{
color: #13DB8F;
}
</style>
background-color css
<style>
a { background-color: #13DB8F; }
a { background-color: rgb(19,219,143); }
div.DivClassName
{
background-color: #13DB8F;
}
.BgClassName
{
background-color: #13DB8F;
}
</style>
border-color css
<style>
span { border-color: #13DB8F; }
span { border-color: rgb(19,219,143); }
td.TdClassName
{
border-color: #13DB8F;
}
.TagClassName
{
border-color: #13DB8F;
}
</style>