Shades of Caribbean Green #13CBA2
Tints of Caribbean Green #13CBA2
RGB
CMYK
RGB Variations
Color information
#13CBA2 (or 0x13CBA2) is known color: Caribbean Green. HEX triplet: 13, CB and A2. RGB value is (19,203,162). Sum of RGB (Red+Green+Blue) = 19+203+162=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 203 (79.69% from 255 or 52.86% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 203 - color contains mainly: green. Hex color #13CBA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CBA2 is #EC345D. Grayscale: #8F8F8F. Windows color (decimal): -15479902 or 10668819. OLE color: 10668819.
HSL color Cylindrical-coordinate representation of color #13CBA2: hue angle of 166.63º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CBA2 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 203 | 162 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.20 |
| HSL | 166.63º | 0.83% | 0.44% | - |
| HSV(B) | 166.63º | 0.91% | 0.8% | - |
| XYZ | 28.15 | 45.46 | 41.47 | - |
| YUV | 143.31 | 138.54 | 39.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 162 | 0.91 | 0 | 0.20 | 0.20 | 166.63 | 0.83 | 0.44 |
| Hex | 13 | CB | A2 | 5B | 0 | 14 | 14 | A7 | 53 | 2C |
| Octal | 23 | 313 | 242 | 133 | 0 | 24 | 24 | 247 | 123 | 54 |
| Binary | 10011 | 11001011 | 10100010 | 1011011 | 0 | 10100 | 10100 | 10100111 | 1010011 | 101100 |
Color Harmonies of #13CBA2
Complementary color
Monochromatic Colors of #13CBA2
Black with #13CBA2
Text Example
Text Example
White with #13CBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CBA2; }
p { color: rgb(19,203,162); }
H1.HeaderClassName
{
color: #13CBA2;
}
.AnyTagClassName
{
color: #13CBA2;
}
</style>
background-color css
<style>
a { background-color: #13CBA2; }
a { background-color: rgb(19,203,162); }
div.DivClassName
{
background-color: #13CBA2;
}
.BgClassName
{
background-color: #13CBA2;
}
</style>
border-color css
<style>
span { border-color: #13CBA2; }
span { border-color: rgb(19,203,162); }
td.TdClassName
{
border-color: #13CBA2;
}
.TagClassName
{
border-color: #13CBA2;
}
</style>