Shades of Caribbean Green #13CE9C
Tints of Caribbean Green #13CE9C
RGB
CMYK
RGB Variations
Color information
#13CE9C (or 0x13CE9C) is known color: Caribbean Green. HEX triplet: 13, CE and 9C. RGB value is (19,206,156). Sum of RGB (Red+Green+Blue) = 19+206+156=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 206 (80.86% from 255 or 54.07% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CE9C is #EC3163. Grayscale: #909090. Windows color (decimal): -15479140 or 10276371. OLE color: 10276371.
HSL color Cylindrical-coordinate representation of color #13CE9C: hue angle of 163.96º 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 #13CE9C is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 156 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.19 |
| HSL | 163.96º | 0.83% | 0.44% | - |
| HSV(B) | 163.96º | 0.91% | 0.81% | - |
| XYZ | 28.34 | 46.68 | 38.97 | - |
| YUV | 144.39 | 134.55 | 38.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 156 | 0.91 | 0 | 0.24 | 0.19 | 163.96 | 0.83 | 0.44 |
| Hex | 13 | CE | 9C | 5B | 0 | 18 | 13 | A4 | 53 | 2C |
| Octal | 23 | 316 | 234 | 133 | 0 | 30 | 23 | 244 | 123 | 54 |
| Binary | 10011 | 11001110 | 10011100 | 1011011 | 0 | 11000 | 10011 | 10100100 | 1010011 | 101100 |
Color Harmonies of #13CE9C
Complementary color
Monochromatic Colors of #13CE9C
Black with #13CE9C
Text Example
Text Example
White with #13CE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CE9C; }
p { color: rgb(19,206,156); }
H1.HeaderClassName
{
color: #13CE9C;
}
.AnyTagClassName
{
color: #13CE9C;
}
</style>
background-color css
<style>
a { background-color: #13CE9C; }
a { background-color: rgb(19,206,156); }
div.DivClassName
{
background-color: #13CE9C;
}
.BgClassName
{
background-color: #13CE9C;
}
</style>
border-color css
<style>
span { border-color: #13CE9C; }
span { border-color: rgb(19,206,156); }
td.TdClassName
{
border-color: #13CE9C;
}
.TagClassName
{
border-color: #13CE9C;
}
</style>