Shades of Caribbean Green #14E0B3
Tints of Caribbean Green #14E0B3
RGB
CMYK
RGB Variations
Color information
#14E0B3 (or 0x14E0B3) is known color: Caribbean Green. HEX triplet: 14, E0 and B3. RGB value is (20,224,179). Sum of RGB (Red+Green+Blue) = 20+224+179=423 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.73% from 423); Green value is 224 (87.89% from 255 or 52.96% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 224 - color contains mainly: green. Hex color #14E0B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E0B3 is #EB1F4C. Grayscale: #9D9D9D. Windows color (decimal): -15408973 or 11788308. OLE color: 11788308.
HSL color Cylindrical-coordinate representation of color #14E0B3: hue angle of 166.76º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E0B3 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 224 | 179 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.12 |
| HSL | 166.76º | 0.84% | 0.48% | - |
| HSV(B) | 166.76º | 0.91% | 0.88% | - |
| XYZ | 35.08 | 56.71 | 51.75 | - |
| YUV | 157.87 | 139.91 | 29.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 224 | 179 | 0.91 | 0 | 0.20 | 0.12 | 166.76 | 0.84 | 0.48 |
| Hex | 14 | E0 | B3 | 5B | 0 | 14 | C | A7 | 54 | 30 |
| Octal | 24 | 340 | 263 | 133 | 0 | 24 | 14 | 247 | 124 | 60 |
| Binary | 10100 | 11100000 | 10110011 | 1011011 | 0 | 10100 | 1100 | 10100111 | 1010100 | 110000 |
Color Harmonies of #14E0B3
Complementary color
Monochromatic Colors of #14E0B3
Black with #14E0B3
Text Example
Text Example
White with #14E0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E0B3; }
p { color: rgb(20,224,179); }
H1.HeaderClassName
{
color: #14E0B3;
}
.AnyTagClassName
{
color: #14E0B3;
}
</style>
background-color css
<style>
a { background-color: #14E0B3; }
a { background-color: rgb(20,224,179); }
div.DivClassName
{
background-color: #14E0B3;
}
.BgClassName
{
background-color: #14E0B3;
}
</style>
border-color css
<style>
span { border-color: #14E0B3; }
span { border-color: rgb(20,224,179); }
td.TdClassName
{
border-color: #14E0B3;
}
.TagClassName
{
border-color: #14E0B3;
}
</style>