Shades of Caribbean Green #13DB7E
Tints of Caribbean Green #13DB7E
RGB
CMYK
RGB Variations
Color information
#13DB7E (or 0x13DB7E) is known color: Caribbean Green. HEX triplet: 13, DB and 7E. RGB value is (19,219,126). Sum of RGB (Red+Green+Blue) = 19+219+126=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 219 (85.94% from 255 or 60.16% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13DB7E is #EC2481. Grayscale: #949494. Windows color (decimal): -15475842 or 8313619. OLE color: 8313619.
HSL color Cylindrical-coordinate representation of color #13DB7E: hue angle of 152.1º 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 #13DB7E is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 126 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.14 |
| HSL | 152.1º | 0.84% | 0.47% | - |
| HSV(B) | 152.1º | 0.91% | 0.86% | - |
| XYZ | 29.37 | 52.31 | 28.29 | - |
| YUV | 148.6 | 115.24 | 35.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 126 | 0.91 | 0 | 0.42 | 0.14 | 152.1 | 0.84 | 0.47 |
| Hex | 13 | DB | 7E | 5B | 0 | 2A | E | 98 | 54 | 2F |
| Octal | 23 | 333 | 176 | 133 | 0 | 52 | 16 | 230 | 124 | 57 |
| Binary | 10011 | 11011011 | 1111110 | 1011011 | 0 | 101010 | 1110 | 10011000 | 1010100 | 101111 |
Color Harmonies of #13DB7E
Complementary color
Monochromatic Colors of #13DB7E
Black with #13DB7E
Text Example
Text Example
White with #13DB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DB7E; }
p { color: rgb(19,219,126); }
H1.HeaderClassName
{
color: #13DB7E;
}
.AnyTagClassName
{
color: #13DB7E;
}
</style>
background-color css
<style>
a { background-color: #13DB7E; }
a { background-color: rgb(19,219,126); }
div.DivClassName
{
background-color: #13DB7E;
}
.BgClassName
{
background-color: #13DB7E;
}
</style>
border-color css
<style>
span { border-color: #13DB7E; }
span { border-color: rgb(19,219,126); }
td.TdClassName
{
border-color: #13DB7E;
}
.TagClassName
{
border-color: #13DB7E;
}
</style>