Shades of Caribbean Green #13CBAB
Tints of Caribbean Green #13CBAB
RGB
CMYK
RGB Variations
Color information
#13CBAB (or 0x13CBAB) is known color: Caribbean Green. HEX triplet: 13, CB and AB. RGB value is (19,203,171). Sum of RGB (Red+Green+Blue) = 19+203+171=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #13CBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CBAB is #EC3454. Grayscale: #909090. Windows color (decimal): -15479893 or 11258643. OLE color: 11258643.
HSL color Cylindrical-coordinate representation of color #13CBAB: hue angle of 169.57º 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 #13CBAB is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 203 | 171 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.20 |
| HSL | 169.57º | 0.83% | 0.44% | - |
| HSV(B) | 169.57º | 0.91% | 0.8% | - |
| XYZ | 28.98 | 45.79 | 45.84 | - |
| YUV | 144.34 | 143.04 | 38.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 171 | 0.91 | 0 | 0.16 | 0.20 | 169.57 | 0.83 | 0.44 |
| Hex | 13 | CB | AB | 5B | 0 | 10 | 14 | AA | 53 | 2C |
| Octal | 23 | 313 | 253 | 133 | 0 | 20 | 24 | 252 | 123 | 54 |
| Binary | 10011 | 11001011 | 10101011 | 1011011 | 0 | 10000 | 10100 | 10101010 | 1010011 | 101100 |
Color Harmonies of #13CBAB
Complementary color
Monochromatic Colors of #13CBAB
Black with #13CBAB
Text Example
Text Example
White with #13CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CBAB; }
p { color: rgb(19,203,171); }
H1.HeaderClassName
{
color: #13CBAB;
}
.AnyTagClassName
{
color: #13CBAB;
}
</style>
background-color css
<style>
a { background-color: #13CBAB; }
a { background-color: rgb(19,203,171); }
div.DivClassName
{
background-color: #13CBAB;
}
.BgClassName
{
background-color: #13CBAB;
}
</style>
border-color css
<style>
span { border-color: #13CBAB; }
span { border-color: rgb(19,203,171); }
td.TdClassName
{
border-color: #13CBAB;
}
.TagClassName
{
border-color: #13CBAB;
}
</style>