Shades of Caribbean Green #13DB85
Tints of Caribbean Green #13DB85
RGB
CMYK
RGB Variations
Color information
#13DB85 (or 0x13DB85) is known color: Caribbean Green. HEX triplet: 13, DB and 85. RGB value is (19,219,133). Sum of RGB (Red+Green+Blue) = 19+219+133=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 219 (85.94% from 255 or 59.03% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DB85 is #EC247A. Grayscale: #959595. Windows color (decimal): -15475835 or 8772371. OLE color: 8772371.
HSL color Cylindrical-coordinate representation of color #13DB85: hue angle of 154.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 #13DB85 is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 133 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.14 |
| HSL | 154.2º | 0.84% | 0.47% | - |
| HSV(B) | 154.2º | 0.91% | 0.86% | - |
| XYZ | 29.83 | 52.49 | 30.75 | - |
| YUV | 149.4 | 118.74 | 34.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 133 | 0.91 | 0 | 0.39 | 0.14 | 154.2 | 0.84 | 0.47 |
| Hex | 13 | DB | 85 | 5B | 0 | 27 | E | 9A | 54 | 2F |
| Octal | 23 | 333 | 205 | 133 | 0 | 47 | 16 | 232 | 124 | 57 |
| Binary | 10011 | 11011011 | 10000101 | 1011011 | 0 | 100111 | 1110 | 10011010 | 1010100 | 101111 |
Color Harmonies of #13DB85
Complementary color
Monochromatic Colors of #13DB85
Black with #13DB85
Text Example
Text Example
White with #13DB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DB85; }
p { color: rgb(19,219,133); }
H1.HeaderClassName
{
color: #13DB85;
}
.AnyTagClassName
{
color: #13DB85;
}
</style>
background-color css
<style>
a { background-color: #13DB85; }
a { background-color: rgb(19,219,133); }
div.DivClassName
{
background-color: #13DB85;
}
.BgClassName
{
background-color: #13DB85;
}
</style>
border-color css
<style>
span { border-color: #13DB85; }
span { border-color: rgb(19,219,133); }
td.TdClassName
{
border-color: #13DB85;
}
.TagClassName
{
border-color: #13DB85;
}
</style>