Shades of Caribbean Green #13D0A6
Tints of Caribbean Green #13D0A6
RGB
CMYK
RGB Variations
Color information
#13D0A6 (or 0x13D0A6) is known color: Caribbean Green. HEX triplet: 13, D0 and A6. RGB value is (19,208,166). Sum of RGB (Red+Green+Blue) = 19+208+166=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #13D0A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D0A6 is #EC2F59. Grayscale: #929292. Windows color (decimal): -15478618 or 10932243. OLE color: 10932243.
HSL color Cylindrical-coordinate representation of color #13D0A6: hue angle of 166.67º 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 #13D0A6 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 208 | 166 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.18 |
| HSL | 166.67º | 0.83% | 0.45% | - |
| HSV(B) | 166.67º | 0.91% | 0.82% | - |
| XYZ | 29.71 | 48 | 43.78 | - |
| YUV | 146.7 | 138.88 | 36.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 208 | 166 | 0.91 | 0 | 0.20 | 0.18 | 166.67 | 0.83 | 0.45 |
| Hex | 13 | D0 | A6 | 5B | 0 | 14 | 12 | A7 | 53 | 2D |
| Octal | 23 | 320 | 246 | 133 | 0 | 24 | 22 | 247 | 123 | 55 |
| Binary | 10011 | 11010000 | 10100110 | 1011011 | 0 | 10100 | 10010 | 10100111 | 1010011 | 101101 |
Color Harmonies of #13D0A6
Complementary color
Monochromatic Colors of #13D0A6
Black with #13D0A6
Text Example
Text Example
White with #13D0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D0A6; }
p { color: rgb(19,208,166); }
H1.HeaderClassName
{
color: #13D0A6;
}
.AnyTagClassName
{
color: #13D0A6;
}
</style>
background-color css
<style>
a { background-color: #13D0A6; }
a { background-color: rgb(19,208,166); }
div.DivClassName
{
background-color: #13D0A6;
}
.BgClassName
{
background-color: #13D0A6;
}
</style>
border-color css
<style>
span { border-color: #13D0A6; }
span { border-color: rgb(19,208,166); }
td.TdClassName
{
border-color: #13D0A6;
}
.TagClassName
{
border-color: #13D0A6;
}
</style>