Shades of Caribbean Green #13DB83
Tints of Caribbean Green #13DB83
RGB
CMYK
RGB Variations
Color information
#13DB83 (or 0x13DB83) is known color: Caribbean Green. HEX triplet: 13, DB and 83. RGB value is (19,219,131). Sum of RGB (Red+Green+Blue) = 19+219+131=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 219 (85.94% from 255 or 59.35% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DB83 is #EC247C. Grayscale: #959595. Windows color (decimal): -15475837 or 8641299. OLE color: 8641299.
HSL color Cylindrical-coordinate representation of color #13DB83: hue angle of 153.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 #13DB83 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 131 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.14 |
| HSL | 153.6º | 0.84% | 0.47% | - |
| HSV(B) | 153.6º | 0.91% | 0.86% | - |
| XYZ | 29.7 | 52.44 | 30.03 | - |
| YUV | 149.17 | 117.74 | 35.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 131 | 0.91 | 0 | 0.40 | 0.14 | 153.6 | 0.84 | 0.47 |
| Hex | 13 | DB | 83 | 5B | 0 | 28 | E | 9A | 54 | 2F |
| Octal | 23 | 333 | 203 | 133 | 0 | 50 | 16 | 232 | 124 | 57 |
| Binary | 10011 | 11011011 | 10000011 | 1011011 | 0 | 101000 | 1110 | 10011010 | 1010100 | 101111 |
Color Harmonies of #13DB83
Complementary color
Monochromatic Colors of #13DB83
Black with #13DB83
Text Example
Text Example
White with #13DB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DB83; }
p { color: rgb(19,219,131); }
H1.HeaderClassName
{
color: #13DB83;
}
.AnyTagClassName
{
color: #13DB83;
}
</style>
background-color css
<style>
a { background-color: #13DB83; }
a { background-color: rgb(19,219,131); }
div.DivClassName
{
background-color: #13DB83;
}
.BgClassName
{
background-color: #13DB83;
}
</style>
border-color css
<style>
span { border-color: #13DB83; }
span { border-color: rgb(19,219,131); }
td.TdClassName
{
border-color: #13DB83;
}
.TagClassName
{
border-color: #13DB83;
}
</style>