Shades of Caribbean Green #13DB88
Tints of Caribbean Green #13DB88
RGB
CMYK
RGB Variations
Color information
#13DB88 (or 0x13DB88) is known color: Caribbean Green. HEX triplet: 13, DB and 88. RGB value is (19,219,136). Sum of RGB (Red+Green+Blue) = 19+219+136=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 219 (85.94% from 255 or 58.56% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DB88 is #EC2477. Grayscale: #959595. Windows color (decimal): -15475832 or 8968979. OLE color: 8968979.
HSL color Cylindrical-coordinate representation of color #13DB88: hue angle of 155.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 #13DB88 is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 136 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.14 |
| HSL | 155.1º | 0.84% | 0.47% | - |
| HSV(B) | 155.1º | 0.91% | 0.86% | - |
| XYZ | 30.04 | 52.58 | 31.86 | - |
| YUV | 149.74 | 120.24 | 34.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 136 | 0.91 | 0 | 0.38 | 0.14 | 155.1 | 0.84 | 0.47 |
| Hex | 13 | DB | 88 | 5B | 0 | 26 | E | 9B | 54 | 2F |
| Octal | 23 | 333 | 210 | 133 | 0 | 46 | 16 | 233 | 124 | 57 |
| Binary | 10011 | 11011011 | 10001000 | 1011011 | 0 | 100110 | 1110 | 10011011 | 1010100 | 101111 |
Color Harmonies of #13DB88
Complementary color
Monochromatic Colors of #13DB88
Black with #13DB88
Text Example
Text Example
White with #13DB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DB88; }
p { color: rgb(19,219,136); }
H1.HeaderClassName
{
color: #13DB88;
}
.AnyTagClassName
{
color: #13DB88;
}
</style>
background-color css
<style>
a { background-color: #13DB88; }
a { background-color: rgb(19,219,136); }
div.DivClassName
{
background-color: #13DB88;
}
.BgClassName
{
background-color: #13DB88;
}
</style>
border-color css
<style>
span { border-color: #13DB88; }
span { border-color: rgb(19,219,136); }
td.TdClassName
{
border-color: #13DB88;
}
.TagClassName
{
border-color: #13DB88;
}
</style>