Shades of Caribbean Green #13DA8C
Tints of Caribbean Green #13DA8C
RGB
CMYK
RGB Variations
Color information
#13DA8C (or 0x13DA8C) is known color: Caribbean Green. HEX triplet: 13, DA and 8C. RGB value is (19,218,140). Sum of RGB (Red+Green+Blue) = 19+218+140=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 218 (85.55% from 255 or 57.82% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 218 - color contains mainly: green. Hex color #13DA8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DA8C is #EC2573. Grayscale: #959595. Windows color (decimal): -15476084 or 9230867. OLE color: 9230867.
HSL color Cylindrical-coordinate representation of color #13DA8C: hue angle of 156.48º 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 #13DA8C is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 218 | 140 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.15 |
| HSL | 156.48º | 0.84% | 0.46% | - |
| HSV(B) | 156.48º | 0.91% | 0.85% | - |
| XYZ | 30.07 | 52.17 | 33.3 | - |
| YUV | 149.61 | 122.57 | 34.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 218 | 140 | 0.91 | 0 | 0.36 | 0.15 | 156.48 | 0.84 | 0.46 |
| Hex | 13 | DA | 8C | 5B | 0 | 24 | F | 9C | 54 | 2E |
| Octal | 23 | 332 | 214 | 133 | 0 | 44 | 17 | 234 | 124 | 56 |
| Binary | 10011 | 11011010 | 10001100 | 1011011 | 0 | 100100 | 1111 | 10011100 | 1010100 | 101110 |
Color Harmonies of #13DA8C
Complementary color
Monochromatic Colors of #13DA8C
Black with #13DA8C
Text Example
Text Example
White with #13DA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DA8C; }
p { color: rgb(19,218,140); }
H1.HeaderClassName
{
color: #13DA8C;
}
.AnyTagClassName
{
color: #13DA8C;
}
</style>
background-color css
<style>
a { background-color: #13DA8C; }
a { background-color: rgb(19,218,140); }
div.DivClassName
{
background-color: #13DA8C;
}
.BgClassName
{
background-color: #13DA8C;
}
</style>
border-color css
<style>
span { border-color: #13DA8C; }
span { border-color: rgb(19,218,140); }
td.TdClassName
{
border-color: #13DA8C;
}
.TagClassName
{
border-color: #13DA8C;
}
</style>