Shades of Caribbean Green #14CEB1
Tints of Caribbean Green #14CEB1
RGB
CMYK
RGB Variations
Color information
#14CEB1 (or 0x14CEB1) is known color: Caribbean Green. HEX triplet: 14, CE and B1. RGB value is (20,206,177). Sum of RGB (Red+Green+Blue) = 20+206+177=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #14CEB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CEB1 is #EB314E. Grayscale: #939393. Windows color (decimal): -15413583 or 11652628. OLE color: 11652628.
HSL color Cylindrical-coordinate representation of color #14CEB1: hue angle of 170.65º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CEB1 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 206 | 177 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.19 |
| HSL | 170.65º | 0.82% | 0.44% | - |
| HSV(B) | 170.65º | 0.9% | 0.81% | - |
| XYZ | 30.3 | 47.47 | 49.16 | - |
| YUV | 147.08 | 144.88 | 37.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 177 | 0.90 | 0 | 0.14 | 0.19 | 170.65 | 0.82 | 0.44 |
| Hex | 14 | CE | B1 | 5A | 0 | E | 13 | AB | 52 | 2C |
| Octal | 24 | 316 | 261 | 132 | 0 | 16 | 23 | 253 | 122 | 54 |
| Binary | 10100 | 11001110 | 10110001 | 1011010 | 0 | 1110 | 10011 | 10101011 | 1010010 | 101100 |
Color Harmonies of #14CEB1
Complementary color
Monochromatic Colors of #14CEB1
Black with #14CEB1
Text Example
Text Example
White with #14CEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CEB1; }
p { color: rgb(20,206,177); }
H1.HeaderClassName
{
color: #14CEB1;
}
.AnyTagClassName
{
color: #14CEB1;
}
</style>
background-color css
<style>
a { background-color: #14CEB1; }
a { background-color: rgb(20,206,177); }
div.DivClassName
{
background-color: #14CEB1;
}
.BgClassName
{
background-color: #14CEB1;
}
</style>
border-color css
<style>
span { border-color: #14CEB1; }
span { border-color: rgb(20,206,177); }
td.TdClassName
{
border-color: #14CEB1;
}
.TagClassName
{
border-color: #14CEB1;
}
</style>