Shades of Caribbean Green #14CEAF
Tints of Caribbean Green #14CEAF
RGB
CMYK
RGB Variations
Color information
#14CEAF (or 0x14CEAF) is known color: Caribbean Green. HEX triplet: 14, CE and AF. RGB value is (20,206,175). Sum of RGB (Red+Green+Blue) = 20+206+175=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #14CEAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CEAF is #EB3150. Grayscale: #929292. Windows color (decimal): -15413585 or 11521556. OLE color: 11521556.
HSL color Cylindrical-coordinate representation of color #14CEAF: hue angle of 170º 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 #14CEAF is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 206 | 175 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.19 |
| HSL | 170º | 0.82% | 0.44% | - |
| HSV(B) | 170º | 0.9% | 0.81% | - |
| XYZ | 30.1 | 47.39 | 48.12 | - |
| YUV | 146.85 | 143.88 | 37.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 175 | 0.90 | 0 | 0.15 | 0.19 | 170 | 0.82 | 0.44 |
| Hex | 14 | CE | AF | 5A | 0 | F | 13 | AA | 52 | 2C |
| Octal | 24 | 316 | 257 | 132 | 0 | 17 | 23 | 252 | 122 | 54 |
| Binary | 10100 | 11001110 | 10101111 | 1011010 | 0 | 1111 | 10011 | 10101010 | 1010010 | 101100 |
Color Harmonies of #14CEAF
Complementary color
Monochromatic Colors of #14CEAF
Black with #14CEAF
Text Example
Text Example
White with #14CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CEAF; }
p { color: rgb(20,206,175); }
H1.HeaderClassName
{
color: #14CEAF;
}
.AnyTagClassName
{
color: #14CEAF;
}
</style>
background-color css
<style>
a { background-color: #14CEAF; }
a { background-color: rgb(20,206,175); }
div.DivClassName
{
background-color: #14CEAF;
}
.BgClassName
{
background-color: #14CEAF;
}
</style>
border-color css
<style>
span { border-color: #14CEAF; }
span { border-color: rgb(20,206,175); }
td.TdClassName
{
border-color: #14CEAF;
}
.TagClassName
{
border-color: #14CEAF;
}
</style>