Shades of Caribbean Green #14CE91
Tints of Caribbean Green #14CE91
RGB
CMYK
RGB Variations
Color information
#14CE91 (or 0x14CE91) is known color: Caribbean Green. HEX triplet: 14, CE and 91. RGB value is (20,206,145). Sum of RGB (Red+Green+Blue) = 20+206+145=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 206 (80.86% from 255 or 55.53% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CE91 is #EB316E. Grayscale: #8F8F8F. Windows color (decimal): -15413615 or 9555476. OLE color: 9555476.
HSL color Cylindrical-coordinate representation of color #14CE91: hue angle of 160.32º 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 #14CE91 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 206 | 145 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.19 |
| HSL | 160.32º | 0.82% | 0.44% | - |
| HSV(B) | 160.32º | 0.9% | 0.81% | - |
| XYZ | 27.47 | 46.34 | 34.28 | - |
| YUV | 143.43 | 128.88 | 39.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 145 | 0.90 | 0 | 0.30 | 0.19 | 160.32 | 0.82 | 0.44 |
| Hex | 14 | CE | 91 | 5A | 0 | 1E | 13 | A0 | 52 | 2C |
| Octal | 24 | 316 | 221 | 132 | 0 | 36 | 23 | 240 | 122 | 54 |
| Binary | 10100 | 11001110 | 10010001 | 1011010 | 0 | 11110 | 10011 | 10100000 | 1010010 | 101100 |
Color Harmonies of #14CE91
Complementary color
Monochromatic Colors of #14CE91
Black with #14CE91
Text Example
Text Example
White with #14CE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CE91; }
p { color: rgb(20,206,145); }
H1.HeaderClassName
{
color: #14CE91;
}
.AnyTagClassName
{
color: #14CE91;
}
</style>
background-color css
<style>
a { background-color: #14CE91; }
a { background-color: rgb(20,206,145); }
div.DivClassName
{
background-color: #14CE91;
}
.BgClassName
{
background-color: #14CE91;
}
</style>
border-color css
<style>
span { border-color: #14CE91; }
span { border-color: rgb(20,206,145); }
td.TdClassName
{
border-color: #14CE91;
}
.TagClassName
{
border-color: #14CE91;
}
</style>