Shades of Caribbean Green #13DC80
Tints of Caribbean Green #13DC80
RGB
CMYK
RGB Variations
Color information
#13DC80 (or 0x13DC80) is known color: Caribbean Green. HEX triplet: 13, DC and 80. RGB value is (19,220,128). Sum of RGB (Red+Green+Blue) = 19+220+128=367 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.18% from 367); Green value is 220 (86.33% from 255 or 59.95% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 220 - color contains mainly: green. Hex color #13DC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DC80 is #EC237F. Grayscale: #959595. Windows color (decimal): -15475584 or 8444947. OLE color: 8444947.
HSL color Cylindrical-coordinate representation of color #13DC80: hue angle of 152.54º 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 #13DC80 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 220 | 128 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.14 |
| HSL | 152.54º | 0.84% | 0.47% | - |
| HSV(B) | 152.54º | 0.91% | 0.86% | - |
| XYZ | 29.76 | 52.88 | 29.06 | - |
| YUV | 149.41 | 115.91 | 34.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 128 | 0.91 | 0 | 0.42 | 0.14 | 152.54 | 0.84 | 0.47 |
| Hex | 13 | DC | 80 | 5B | 0 | 2A | E | 99 | 54 | 2F |
| Octal | 23 | 334 | 200 | 133 | 0 | 52 | 16 | 231 | 124 | 57 |
| Binary | 10011 | 11011100 | 10000000 | 1011011 | 0 | 101010 | 1110 | 10011001 | 1010100 | 101111 |
Color Harmonies of #13DC80
Complementary color
Monochromatic Colors of #13DC80
Black with #13DC80
Text Example
Text Example
White with #13DC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DC80; }
p { color: rgb(19,220,128); }
H1.HeaderClassName
{
color: #13DC80;
}
.AnyTagClassName
{
color: #13DC80;
}
</style>
background-color css
<style>
a { background-color: #13DC80; }
a { background-color: rgb(19,220,128); }
div.DivClassName
{
background-color: #13DC80;
}
.BgClassName
{
background-color: #13DC80;
}
</style>
border-color css
<style>
span { border-color: #13DC80; }
span { border-color: rgb(19,220,128); }
td.TdClassName
{
border-color: #13DC80;
}
.TagClassName
{
border-color: #13DC80;
}
</style>