Shades of Caribbean Green #13D788
Tints of Caribbean Green #13D788
RGB
CMYK
RGB Variations
Color information
#13D788 (or 0x13D788) is known color: Caribbean Green. HEX triplet: 13, D7 and 88. RGB value is (19,215,136). Sum of RGB (Red+Green+Blue) = 19+215+136=370 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.14% from 370); Green value is 215 (84.38% from 255 or 58.11% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 215 - color contains mainly: green. Hex color #13D788 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D788 is #EC2877. Grayscale: #939393. Windows color (decimal): -15476856 or 8967955. OLE color: 8967955.
HSL color Cylindrical-coordinate representation of color #13D788: hue angle of 155.82º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D788 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 215 | 136 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.16 |
| HSL | 155.82º | 0.84% | 0.46% | - |
| HSV(B) | 155.82º | 0.91% | 0.84% | - |
| XYZ | 29.01 | 50.52 | 31.51 | - |
| YUV | 147.39 | 121.57 | 36.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 215 | 136 | 0.91 | 0 | 0.37 | 0.16 | 155.82 | 0.84 | 0.46 |
| Hex | 13 | D7 | 88 | 5B | 0 | 25 | 10 | 9C | 54 | 2E |
| Octal | 23 | 327 | 210 | 133 | 0 | 45 | 20 | 234 | 124 | 56 |
| Binary | 10011 | 11010111 | 10001000 | 1011011 | 0 | 100101 | 10000 | 10011100 | 1010100 | 101110 |
Color Harmonies of #13D788
Complementary color
Monochromatic Colors of #13D788
Black with #13D788
Text Example
Text Example
White with #13D788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D788; }
p { color: rgb(19,215,136); }
H1.HeaderClassName
{
color: #13D788;
}
.AnyTagClassName
{
color: #13D788;
}
</style>
background-color css
<style>
a { background-color: #13D788; }
a { background-color: rgb(19,215,136); }
div.DivClassName
{
background-color: #13D788;
}
.BgClassName
{
background-color: #13D788;
}
</style>
border-color css
<style>
span { border-color: #13D788; }
span { border-color: rgb(19,215,136); }
td.TdClassName
{
border-color: #13D788;
}
.TagClassName
{
border-color: #13D788;
}
</style>