Shades of Caribbean Green #13CEB1
Tints of Caribbean Green #13CEB1
RGB
CMYK
RGB Variations
Color information
#13CEB1 (or 0x13CEB1) is known color: Caribbean Green. HEX triplet: 13, CE and B1. RGB value is (19,206,177). Sum of RGB (Red+Green+Blue) = 19+206+177=402 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.73% from 402); Green value is 206 (80.86% from 255 or 51.24% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 206 - color contains mainly: green. Hex color #13CEB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CEB1 is #EC314E. Grayscale: #929292. Windows color (decimal): -15479119 or 11652627. OLE color: 11652627.
HSL color Cylindrical-coordinate representation of color #13CEB1: hue angle of 170.7º 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 #13CEB1 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 177 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.19 |
| HSL | 170.7º | 0.83% | 0.44% | - |
| HSV(B) | 170.7º | 0.91% | 0.81% | - |
| XYZ | 30.28 | 47.46 | 49.16 | - |
| YUV | 146.78 | 145.05 | 36.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 177 | 0.91 | 0 | 0.14 | 0.19 | 170.7 | 0.83 | 0.44 |
| Hex | 13 | CE | B1 | 5B | 0 | E | 13 | AB | 53 | 2C |
| Octal | 23 | 316 | 261 | 133 | 0 | 16 | 23 | 253 | 123 | 54 |
| Binary | 10011 | 11001110 | 10110001 | 1011011 | 0 | 1110 | 10011 | 10101011 | 1010011 | 101100 |
Color Harmonies of #13CEB1
Complementary color
Monochromatic Colors of #13CEB1
Black with #13CEB1
Text Example
Text Example
White with #13CEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CEB1; }
p { color: rgb(19,206,177); }
H1.HeaderClassName
{
color: #13CEB1;
}
.AnyTagClassName
{
color: #13CEB1;
}
</style>
background-color css
<style>
a { background-color: #13CEB1; }
a { background-color: rgb(19,206,177); }
div.DivClassName
{
background-color: #13CEB1;
}
.BgClassName
{
background-color: #13CEB1;
}
</style>
border-color css
<style>
span { border-color: #13CEB1; }
span { border-color: rgb(19,206,177); }
td.TdClassName
{
border-color: #13CEB1;
}
.TagClassName
{
border-color: #13CEB1;
}
</style>