Shades of Caribbean Green #13CEAB
Tints of Caribbean Green #13CEAB
RGB
CMYK
RGB Variations
Color information
#13CEAB (or 0x13CEAB) is known color: Caribbean Green. HEX triplet: 13, CE and AB. RGB value is (19,206,171). Sum of RGB (Red+Green+Blue) = 19+206+171=396 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.80% from 396); Green value is 206 (80.86% from 255 or 52.02% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 206 - color contains mainly: green. Hex color #13CEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CEAB is #EC3154. Grayscale: #929292. Windows color (decimal): -15479125 or 11259411. OLE color: 11259411.
HSL color Cylindrical-coordinate representation of color #13CEAB: hue angle of 168.77º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CEAB is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 171 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.19 |
| HSL | 168.77º | 0.83% | 0.44% | - |
| HSV(B) | 168.77º | 0.91% | 0.81% | - |
| XYZ | 29.69 | 47.22 | 46.08 | - |
| YUV | 146.1 | 142.05 | 37.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 171 | 0.91 | 0 | 0.17 | 0.19 | 168.77 | 0.83 | 0.44 |
| Hex | 13 | CE | AB | 5B | 0 | 11 | 13 | A9 | 53 | 2C |
| Octal | 23 | 316 | 253 | 133 | 0 | 21 | 23 | 251 | 123 | 54 |
| Binary | 10011 | 11001110 | 10101011 | 1011011 | 0 | 10001 | 10011 | 10101001 | 1010011 | 101100 |
Color Harmonies of #13CEAB
Complementary color
Monochromatic Colors of #13CEAB
Black with #13CEAB
Text Example
Text Example
White with #13CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CEAB; }
p { color: rgb(19,206,171); }
H1.HeaderClassName
{
color: #13CEAB;
}
.AnyTagClassName
{
color: #13CEAB;
}
</style>
background-color css
<style>
a { background-color: #13CEAB; }
a { background-color: rgb(19,206,171); }
div.DivClassName
{
background-color: #13CEAB;
}
.BgClassName
{
background-color: #13CEAB;
}
</style>
border-color css
<style>
span { border-color: #13CEAB; }
span { border-color: rgb(19,206,171); }
td.TdClassName
{
border-color: #13CEAB;
}
.TagClassName
{
border-color: #13CEAB;
}
</style>