Shades of Caribbean Green #13D88D
Tints of Caribbean Green #13D88D
RGB
CMYK
RGB Variations
Color information
#13D88D (or 0x13D88D) is known color: Caribbean Green. HEX triplet: 13, D8 and 8D. RGB value is (19,216,141). Sum of RGB (Red+Green+Blue) = 19+216+141=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 216 (84.77% from 255 or 57.45% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 216 - color contains mainly: green. Hex color #13D88D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D88D is #EC2772. Grayscale: #949494. Windows color (decimal): -15476595 or 9295891. OLE color: 9295891.
HSL color Cylindrical-coordinate representation of color #13D88D: hue angle of 157.16º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D88D is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 216 | 141 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.15 |
| HSL | 157.16º | 0.84% | 0.46% | - |
| HSV(B) | 157.16º | 0.91% | 0.85% | - |
| XYZ | 29.63 | 51.17 | 33.51 | - |
| YUV | 148.55 | 123.73 | 35.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 216 | 141 | 0.91 | 0 | 0.35 | 0.15 | 157.16 | 0.84 | 0.46 |
| Hex | 13 | D8 | 8D | 5B | 0 | 23 | F | 9D | 54 | 2E |
| Octal | 23 | 330 | 215 | 133 | 0 | 43 | 17 | 235 | 124 | 56 |
| Binary | 10011 | 11011000 | 10001101 | 1011011 | 0 | 100011 | 1111 | 10011101 | 1010100 | 101110 |
Color Harmonies of #13D88D
Complementary color
Monochromatic Colors of #13D88D
Black with #13D88D
Text Example
Text Example
White with #13D88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D88D; }
p { color: rgb(19,216,141); }
H1.HeaderClassName
{
color: #13D88D;
}
.AnyTagClassName
{
color: #13D88D;
}
</style>
background-color css
<style>
a { background-color: #13D88D; }
a { background-color: rgb(19,216,141); }
div.DivClassName
{
background-color: #13D88D;
}
.BgClassName
{
background-color: #13D88D;
}
</style>
border-color css
<style>
span { border-color: #13D88D; }
span { border-color: rgb(19,216,141); }
td.TdClassName
{
border-color: #13D88D;
}
.TagClassName
{
border-color: #13D88D;
}
</style>