Shades of Caribbean Green #13CEA8
Tints of Caribbean Green #13CEA8
RGB
CMYK
RGB Variations
Color information
#13CEA8 (or 0x13CEA8) is known color: Caribbean Green. HEX triplet: 13, CE and A8. RGB value is (19,206,168). Sum of RGB (Red+Green+Blue) = 19+206+168=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 206 (80.86% from 255 or 52.42% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 206 - color contains mainly: green. Hex color #13CEA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CEA8 is #EC3157. Grayscale: #919191. Windows color (decimal): -15479128 or 11062803. OLE color: 11062803.
HSL color Cylindrical-coordinate representation of color #13CEA8: hue angle of 167.81º 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 #13CEA8 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 168 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.19 |
| HSL | 167.81º | 0.83% | 0.44% | - |
| HSV(B) | 167.81º | 0.91% | 0.81% | - |
| XYZ | 29.41 | 47.11 | 44.59 | - |
| YUV | 145.76 | 140.55 | 37.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 168 | 0.91 | 0 | 0.18 | 0.19 | 167.81 | 0.83 | 0.44 |
| Hex | 13 | CE | A8 | 5B | 0 | 12 | 13 | A8 | 53 | 2C |
| Octal | 23 | 316 | 250 | 133 | 0 | 22 | 23 | 250 | 123 | 54 |
| Binary | 10011 | 11001110 | 10101000 | 1011011 | 0 | 10010 | 10011 | 10101000 | 1010011 | 101100 |
Color Harmonies of #13CEA8
Complementary color
Monochromatic Colors of #13CEA8
Black with #13CEA8
Text Example
Text Example
White with #13CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CEA8; }
p { color: rgb(19,206,168); }
H1.HeaderClassName
{
color: #13CEA8;
}
.AnyTagClassName
{
color: #13CEA8;
}
</style>
background-color css
<style>
a { background-color: #13CEA8; }
a { background-color: rgb(19,206,168); }
div.DivClassName
{
background-color: #13CEA8;
}
.BgClassName
{
background-color: #13CEA8;
}
</style>
border-color css
<style>
span { border-color: #13CEA8; }
span { border-color: rgb(19,206,168); }
td.TdClassName
{
border-color: #13CEA8;
}
.TagClassName
{
border-color: #13CEA8;
}
</style>