Shades of Caribbean Green #13DFAB
Tints of Caribbean Green #13DFAB
RGB
CMYK
RGB Variations
Color information
#13DFAB (or 0x13DFAB) is known color: Caribbean Green. HEX triplet: 13, DF and AB. RGB value is (19,223,171). Sum of RGB (Red+Green+Blue) = 19+223+171=413 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.60% from 413); Green value is 223 (87.5% from 255 or 54.00% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 223 - color contains mainly: green. Hex color #13DFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DFAB is #EC2054. Grayscale: #9C9C9C. Windows color (decimal): -15474773 or 11263763. OLE color: 11263763.
HSL color Cylindrical-coordinate representation of color #13DFAB: hue angle of 164.71º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DFAB is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 223 | 171 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.13 |
| HSL | 164.71º | 0.84% | 0.47% | - |
| HSV(B) | 164.71º | 0.91% | 0.87% | - |
| XYZ | 34.01 | 55.85 | 47.52 | - |
| YUV | 156.08 | 136.41 | 30.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 223 | 171 | 0.91 | 0 | 0.23 | 0.13 | 164.71 | 0.84 | 0.47 |
| Hex | 13 | DF | AB | 5B | 0 | 17 | D | A5 | 54 | 2F |
| Octal | 23 | 337 | 253 | 133 | 0 | 27 | 15 | 245 | 124 | 57 |
| Binary | 10011 | 11011111 | 10101011 | 1011011 | 0 | 10111 | 1101 | 10100101 | 1010100 | 101111 |
Color Harmonies of #13DFAB
Complementary color
Monochromatic Colors of #13DFAB
Black with #13DFAB
Text Example
Text Example
White with #13DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DFAB; }
p { color: rgb(19,223,171); }
H1.HeaderClassName
{
color: #13DFAB;
}
.AnyTagClassName
{
color: #13DFAB;
}
</style>
background-color css
<style>
a { background-color: #13DFAB; }
a { background-color: rgb(19,223,171); }
div.DivClassName
{
background-color: #13DFAB;
}
.BgClassName
{
background-color: #13DFAB;
}
</style>
border-color css
<style>
span { border-color: #13DFAB; }
span { border-color: rgb(19,223,171); }
td.TdClassName
{
border-color: #13DFAB;
}
.TagClassName
{
border-color: #13DFAB;
}
</style>