Shades of Caribbean Green #14CE94
Tints of Caribbean Green #14CE94
RGB
CMYK
RGB Variations
Color information
#14CE94 (or 0x14CE94) is known color: Caribbean Green. HEX triplet: 14, CE and 94. RGB value is (20,206,148). Sum of RGB (Red+Green+Blue) = 20+206+148=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 206 (80.86% from 255 or 55.08% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CE94 is #EB316B. Grayscale: #8F8F8F. Windows color (decimal): -15413612 or 9752084. OLE color: 9752084.
HSL color Cylindrical-coordinate representation of color #14CE94: hue angle of 161.29º 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 #14CE94 is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 206 | 148 | - |
| CMYK | 0.90 | 0 | 0.28 | 0.19 |
| HSL | 161.29º | 0.82% | 0.44% | - |
| HSV(B) | 161.29º | 0.9% | 0.81% | - |
| XYZ | 27.71 | 46.43 | 35.52 | - |
| YUV | 143.77 | 130.38 | 39.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 148 | 0.90 | 0 | 0.28 | 0.19 | 161.29 | 0.82 | 0.44 |
| Hex | 14 | CE | 94 | 5A | 0 | 1C | 13 | A1 | 52 | 2C |
| Octal | 24 | 316 | 224 | 132 | 0 | 34 | 23 | 241 | 122 | 54 |
| Binary | 10100 | 11001110 | 10010100 | 1011010 | 0 | 11100 | 10011 | 10100001 | 1010010 | 101100 |
Color Harmonies of #14CE94
Complementary color
Monochromatic Colors of #14CE94
Black with #14CE94
Text Example
Text Example
White with #14CE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CE94; }
p { color: rgb(20,206,148); }
H1.HeaderClassName
{
color: #14CE94;
}
.AnyTagClassName
{
color: #14CE94;
}
</style>
background-color css
<style>
a { background-color: #14CE94; }
a { background-color: rgb(20,206,148); }
div.DivClassName
{
background-color: #14CE94;
}
.BgClassName
{
background-color: #14CE94;
}
</style>
border-color css
<style>
span { border-color: #14CE94; }
span { border-color: rgb(20,206,148); }
td.TdClassName
{
border-color: #14CE94;
}
.TagClassName
{
border-color: #14CE94;
}
</style>