Shades of Caribbean Green #13CEB2
Tints of Caribbean Green #13CEB2
RGB
CMYK
RGB Variations
Color information
#13CEB2 (or 0x13CEB2) is known color: Caribbean Green. HEX triplet: 13, CE and B2. RGB value is (19,206,178). Sum of RGB (Red+Green+Blue) = 19+206+178=403 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.71% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #13CEB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CEB2 is #EC314D. Grayscale: #929292. Windows color (decimal): -15479118 or 11718163. OLE color: 11718163.
HSL color Cylindrical-coordinate representation of color #13CEB2: hue angle of 171.02º 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 #13CEB2 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 178 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.19 |
| HSL | 171.02º | 0.83% | 0.44% | - |
| HSV(B) | 171.02º | 0.91% | 0.81% | - |
| XYZ | 30.38 | 47.5 | 49.69 | - |
| YUV | 146.9 | 145.55 | 36.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 178 | 0.91 | 0 | 0.14 | 0.19 | 171.02 | 0.83 | 0.44 |
| Hex | 13 | CE | B2 | 5B | 0 | E | 13 | AB | 53 | 2C |
| Octal | 23 | 316 | 262 | 133 | 0 | 16 | 23 | 253 | 123 | 54 |
| Binary | 10011 | 11001110 | 10110010 | 1011011 | 0 | 1110 | 10011 | 10101011 | 1010011 | 101100 |
Color Harmonies of #13CEB2
Complementary color
Monochromatic Colors of #13CEB2
Black with #13CEB2
Text Example
Text Example
White with #13CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CEB2; }
p { color: rgb(19,206,178); }
H1.HeaderClassName
{
color: #13CEB2;
}
.AnyTagClassName
{
color: #13CEB2;
}
</style>
background-color css
<style>
a { background-color: #13CEB2; }
a { background-color: rgb(19,206,178); }
div.DivClassName
{
background-color: #13CEB2;
}
.BgClassName
{
background-color: #13CEB2;
}
</style>
border-color css
<style>
span { border-color: #13CEB2; }
span { border-color: rgb(19,206,178); }
td.TdClassName
{
border-color: #13CEB2;
}
.TagClassName
{
border-color: #13CEB2;
}
</style>