Shades of Caribbean Green #14CA8F
Tints of Caribbean Green #14CA8F
RGB
CMYK
RGB Variations
Color information
#14CA8F (or 0x14CA8F) is known color: Caribbean Green. HEX triplet: 14, CA and 8F. RGB value is (20,202,143). Sum of RGB (Red+Green+Blue) = 20+202+143=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #14CA8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CA8F is #EB3570. Grayscale: #8C8C8C. Windows color (decimal): -15414641 or 9423380. OLE color: 9423380.
HSL color Cylindrical-coordinate representation of color #14CA8F: hue angle of 160.55º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CA8F is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 202 | 143 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.21 |
| HSL | 160.55º | 0.82% | 0.44% | - |
| HSV(B) | 160.55º | 0.9% | 0.79% | - |
| XYZ | 26.37 | 44.37 | 33.16 | - |
| YUV | 140.86 | 129.2 | 41.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 202 | 143 | 0.90 | 0 | 0.29 | 0.21 | 160.55 | 0.82 | 0.44 |
| Hex | 14 | CA | 8F | 5A | 0 | 1D | 15 | A1 | 52 | 2C |
| Octal | 24 | 312 | 217 | 132 | 0 | 35 | 25 | 241 | 122 | 54 |
| Binary | 10100 | 11001010 | 10001111 | 1011010 | 0 | 11101 | 10101 | 10100001 | 1010010 | 101100 |
Color Harmonies of #14CA8F
Complementary color
Monochromatic Colors of #14CA8F
Black with #14CA8F
Text Example
Text Example
White with #14CA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CA8F; }
p { color: rgb(20,202,143); }
H1.HeaderClassName
{
color: #14CA8F;
}
.AnyTagClassName
{
color: #14CA8F;
}
</style>
background-color css
<style>
a { background-color: #14CA8F; }
a { background-color: rgb(20,202,143); }
div.DivClassName
{
background-color: #14CA8F;
}
.BgClassName
{
background-color: #14CA8F;
}
</style>
border-color css
<style>
span { border-color: #14CA8F; }
span { border-color: rgb(20,202,143); }
td.TdClassName
{
border-color: #14CA8F;
}
.TagClassName
{
border-color: #14CA8F;
}
</style>