Shades of Caribbean Green #13DA8A
Tints of Caribbean Green #13DA8A
RGB
CMYK
RGB Variations
Color information
#13DA8A (or 0x13DA8A) is known color: Caribbean Green. HEX triplet: 13, DA and 8A. RGB value is (19,218,138). Sum of RGB (Red+Green+Blue) = 19+218+138=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 218 (85.55% from 255 or 58.13% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 218 - color contains mainly: green. Hex color #13DA8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DA8A is #EC2575. Grayscale: #959595. Windows color (decimal): -15476086 or 9099795. OLE color: 9099795.
HSL color Cylindrical-coordinate representation of color #13DA8A: hue angle of 155.88º 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 #13DA8A is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 218 | 138 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.15 |
| HSL | 155.88º | 0.84% | 0.46% | - |
| HSV(B) | 155.88º | 0.91% | 0.85% | - |
| XYZ | 29.93 | 52.12 | 32.53 | - |
| YUV | 149.38 | 121.57 | 35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 218 | 138 | 0.91 | 0 | 0.37 | 0.15 | 155.88 | 0.84 | 0.46 |
| Hex | 13 | DA | 8A | 5B | 0 | 25 | F | 9C | 54 | 2E |
| Octal | 23 | 332 | 212 | 133 | 0 | 45 | 17 | 234 | 124 | 56 |
| Binary | 10011 | 11011010 | 10001010 | 1011011 | 0 | 100101 | 1111 | 10011100 | 1010100 | 101110 |
Color Harmonies of #13DA8A
Complementary color
Monochromatic Colors of #13DA8A
Black with #13DA8A
Text Example
Text Example
White with #13DA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DA8A; }
p { color: rgb(19,218,138); }
H1.HeaderClassName
{
color: #13DA8A;
}
.AnyTagClassName
{
color: #13DA8A;
}
</style>
background-color css
<style>
a { background-color: #13DA8A; }
a { background-color: rgb(19,218,138); }
div.DivClassName
{
background-color: #13DA8A;
}
.BgClassName
{
background-color: #13DA8A;
}
</style>
border-color css
<style>
span { border-color: #13DA8A; }
span { border-color: rgb(19,218,138); }
td.TdClassName
{
border-color: #13DA8A;
}
.TagClassName
{
border-color: #13DA8A;
}
</style>