Shades of Caribbean Green #13D6A2
Tints of Caribbean Green #13D6A2
RGB
CMYK
RGB Variations
Color information
#13D6A2 (or 0x13D6A2) is known color: Caribbean Green. HEX triplet: 13, D6 and A2. RGB value is (19,214,162). Sum of RGB (Red+Green+Blue) = 19+214+162=395 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.81% from 395); Green value is 214 (83.98% from 255 or 54.18% from 395); Blue value is 162 (63.67% from 255 or 41.01% from 395); Max value from RGB is 214 - color contains mainly: green. Hex color #13D6A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D6A2 is #EC295D. Grayscale: #959595. Windows color (decimal): -15477086 or 10671635. OLE color: 10671635.
HSL color Cylindrical-coordinate representation of color #13D6A2: hue angle of 164º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D6A2 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 214 | 162 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.16 |
| HSL | 164º | 0.84% | 0.46% | - |
| HSV(B) | 164º | 0.91% | 0.84% | - |
| XYZ | 30.84 | 50.84 | 42.37 | - |
| YUV | 149.77 | 134.9 | 34.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 214 | 162 | 0.91 | 0 | 0.24 | 0.16 | 164 | 0.84 | 0.46 |
| Hex | 13 | D6 | A2 | 5B | 0 | 18 | 10 | A4 | 54 | 2E |
| Octal | 23 | 326 | 242 | 133 | 0 | 30 | 20 | 244 | 124 | 56 |
| Binary | 10011 | 11010110 | 10100010 | 1011011 | 0 | 11000 | 10000 | 10100100 | 1010100 | 101110 |
Color Harmonies of #13D6A2
Complementary color
Monochromatic Colors of #13D6A2
Black with #13D6A2
Text Example
Text Example
White with #13D6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D6A2; }
p { color: rgb(19,214,162); }
H1.HeaderClassName
{
color: #13D6A2;
}
.AnyTagClassName
{
color: #13D6A2;
}
</style>
background-color css
<style>
a { background-color: #13D6A2; }
a { background-color: rgb(19,214,162); }
div.DivClassName
{
background-color: #13D6A2;
}
.BgClassName
{
background-color: #13D6A2;
}
</style>
border-color css
<style>
span { border-color: #13D6A2; }
span { border-color: rgb(19,214,162); }
td.TdClassName
{
border-color: #13D6A2;
}
.TagClassName
{
border-color: #13D6A2;
}
</style>