Shades of Caribbean Green #13D680
Tints of Caribbean Green #13D680
RGB
CMYK
RGB Variations
Color information
#13D680 (or 0x13D680) is known color: Caribbean Green. HEX triplet: 13, D6 and 80. RGB value is (19,214,128). Sum of RGB (Red+Green+Blue) = 19+214+128=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #13D680 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D680 is #EC297F. Grayscale: #929292. Windows color (decimal): -15477120 or 8443411. OLE color: 8443411.
HSL color Cylindrical-coordinate representation of color #13D680: hue angle of 153.54º 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 #13D680 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 214 | 128 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.16 |
| HSL | 153.54º | 0.84% | 0.46% | - |
| HSV(B) | 153.54º | 0.91% | 0.84% | - |
| XYZ | 28.21 | 49.79 | 28.55 | - |
| YUV | 145.89 | 117.9 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 214 | 128 | 0.91 | 0 | 0.40 | 0.16 | 153.54 | 0.84 | 0.46 |
| Hex | 13 | D6 | 80 | 5B | 0 | 28 | 10 | 9A | 54 | 2E |
| Octal | 23 | 326 | 200 | 133 | 0 | 50 | 20 | 232 | 124 | 56 |
| Binary | 10011 | 11010110 | 10000000 | 1011011 | 0 | 101000 | 10000 | 10011010 | 1010100 | 101110 |
Color Harmonies of #13D680
Complementary color
Monochromatic Colors of #13D680
Black with #13D680
Text Example
Text Example
White with #13D680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D680; }
p { color: rgb(19,214,128); }
H1.HeaderClassName
{
color: #13D680;
}
.AnyTagClassName
{
color: #13D680;
}
</style>
background-color css
<style>
a { background-color: #13D680; }
a { background-color: rgb(19,214,128); }
div.DivClassName
{
background-color: #13D680;
}
.BgClassName
{
background-color: #13D680;
}
</style>
border-color css
<style>
span { border-color: #13D680; }
span { border-color: rgb(19,214,128); }
td.TdClassName
{
border-color: #13D680;
}
.TagClassName
{
border-color: #13D680;
}
</style>