Shades of Caribbean Green #13CEAC
Tints of Caribbean Green #13CEAC
RGB
CMYK
RGB Variations
Color information
#13CEAC (or 0x13CEAC) is known color: Caribbean Green. HEX triplet: 13, CE and AC. RGB value is (19,206,172). Sum of RGB (Red+Green+Blue) = 19+206+172=397 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.79% from 397); Green value is 206 (80.86% from 255 or 51.89% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 206 - color contains mainly: green. Hex color #13CEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CEAC is #EC3153. Grayscale: #929292. Windows color (decimal): -15479124 or 11324947. OLE color: 11324947.
HSL color Cylindrical-coordinate representation of color #13CEAC: hue angle of 169.09º 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 #13CEAC is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 172 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.19 |
| HSL | 169.09º | 0.83% | 0.44% | - |
| HSV(B) | 169.09º | 0.91% | 0.81% | - |
| XYZ | 29.79 | 47.26 | 46.58 | - |
| YUV | 146.21 | 142.55 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 172 | 0.91 | 0 | 0.17 | 0.19 | 169.09 | 0.83 | 0.44 |
| Hex | 13 | CE | AC | 5B | 0 | 11 | 13 | A9 | 53 | 2C |
| Octal | 23 | 316 | 254 | 133 | 0 | 21 | 23 | 251 | 123 | 54 |
| Binary | 10011 | 11001110 | 10101100 | 1011011 | 0 | 10001 | 10011 | 10101001 | 1010011 | 101100 |
Color Harmonies of #13CEAC
Complementary color
Monochromatic Colors of #13CEAC
Black with #13CEAC
Text Example
Text Example
White with #13CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CEAC; }
p { color: rgb(19,206,172); }
H1.HeaderClassName
{
color: #13CEAC;
}
.AnyTagClassName
{
color: #13CEAC;
}
</style>
background-color css
<style>
a { background-color: #13CEAC; }
a { background-color: rgb(19,206,172); }
div.DivClassName
{
background-color: #13CEAC;
}
.BgClassName
{
background-color: #13CEAC;
}
</style>
border-color css
<style>
span { border-color: #13CEAC; }
span { border-color: rgb(19,206,172); }
td.TdClassName
{
border-color: #13CEAC;
}
.TagClassName
{
border-color: #13CEAC;
}
</style>