Shades of Caribbean Green #13D8A1
Tints of Caribbean Green #13D8A1
RGB
CMYK
RGB Variations
Color information
#13D8A1 (or 0x13D8A1) is known color: Caribbean Green. HEX triplet: 13, D8 and A1. RGB value is (19,216,161). Sum of RGB (Red+Green+Blue) = 19+216+161=396 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.80% from 396); Green value is 216 (84.77% from 255 or 54.55% from 396); Blue value is 161 (63.28% from 255 or 40.66% from 396); Max value from RGB is 216 - color contains mainly: green. Hex color #13D8A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D8A1 is #EC275E. Grayscale: #969696. Windows color (decimal): -15476575 or 10606611. OLE color: 10606611.
HSL color Cylindrical-coordinate representation of color #13D8A1: hue angle of 163.25º 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 #13D8A1 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 216 | 161 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.15 |
| HSL | 163.25º | 0.84% | 0.46% | - |
| HSV(B) | 163.25º | 0.91% | 0.85% | - |
| XYZ | 31.26 | 51.82 | 42.07 | - |
| YUV | 150.83 | 133.73 | 33.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 216 | 161 | 0.91 | 0 | 0.25 | 0.15 | 163.25 | 0.84 | 0.46 |
| Hex | 13 | D8 | A1 | 5B | 0 | 19 | F | A3 | 54 | 2E |
| Octal | 23 | 330 | 241 | 133 | 0 | 31 | 17 | 243 | 124 | 56 |
| Binary | 10011 | 11011000 | 10100001 | 1011011 | 0 | 11001 | 1111 | 10100011 | 1010100 | 101110 |
Color Harmonies of #13D8A1
Complementary color
Monochromatic Colors of #13D8A1
Black with #13D8A1
Text Example
Text Example
White with #13D8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D8A1; }
p { color: rgb(19,216,161); }
H1.HeaderClassName
{
color: #13D8A1;
}
.AnyTagClassName
{
color: #13D8A1;
}
</style>
background-color css
<style>
a { background-color: #13D8A1; }
a { background-color: rgb(19,216,161); }
div.DivClassName
{
background-color: #13D8A1;
}
.BgClassName
{
background-color: #13D8A1;
}
</style>
border-color css
<style>
span { border-color: #13D8A1; }
span { border-color: rgb(19,216,161); }
td.TdClassName
{
border-color: #13D8A1;
}
.TagClassName
{
border-color: #13D8A1;
}
</style>