Shades of Caribbean Green #13D0AC
Tints of Caribbean Green #13D0AC
RGB
CMYK
RGB Variations
Color information
#13D0AC (or 0x13D0AC) is known color: Caribbean Green. HEX triplet: 13, D0 and AC. RGB value is (19,208,172). Sum of RGB (Red+Green+Blue) = 19+208+172=399 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.76% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #13D0AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D0AC is #EC2F53. Grayscale: #939393. Windows color (decimal): -15478612 or 11325459. OLE color: 11325459.
HSL color Cylindrical-coordinate representation of color #13D0AC: hue angle of 168.57º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D0AC is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 208 | 172 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.18 |
| HSL | 168.57º | 0.83% | 0.45% | - |
| HSV(B) | 168.57º | 0.91% | 0.82% | - |
| XYZ | 30.27 | 48.23 | 46.74 | - |
| YUV | 147.39 | 141.88 | 36.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 208 | 172 | 0.91 | 0 | 0.17 | 0.18 | 168.57 | 0.83 | 0.45 |
| Hex | 13 | D0 | AC | 5B | 0 | 11 | 12 | A9 | 53 | 2D |
| Octal | 23 | 320 | 254 | 133 | 0 | 21 | 22 | 251 | 123 | 55 |
| Binary | 10011 | 11010000 | 10101100 | 1011011 | 0 | 10001 | 10010 | 10101001 | 1010011 | 101101 |
Color Harmonies of #13D0AC
Complementary color
Monochromatic Colors of #13D0AC
Black with #13D0AC
Text Example
Text Example
White with #13D0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D0AC; }
p { color: rgb(19,208,172); }
H1.HeaderClassName
{
color: #13D0AC;
}
.AnyTagClassName
{
color: #13D0AC;
}
</style>
background-color css
<style>
a { background-color: #13D0AC; }
a { background-color: rgb(19,208,172); }
div.DivClassName
{
background-color: #13D0AC;
}
.BgClassName
{
background-color: #13D0AC;
}
</style>
border-color css
<style>
span { border-color: #13D0AC; }
span { border-color: rgb(19,208,172); }
td.TdClassName
{
border-color: #13D0AC;
}
.TagClassName
{
border-color: #13D0AC;
}
</style>