Shades of Caribbean Green #14DBB0
Tints of Caribbean Green #14DBB0
RGB
CMYK
RGB Variations
Color information
#14DBB0 (or 0x14DBB0) is known color: Caribbean Green. HEX triplet: 14, DB and B0. RGB value is (20,219,176). Sum of RGB (Red+Green+Blue) = 20+219+176=415 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.82% from 415); Green value is 219 (85.94% from 255 or 52.77% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 219 - color contains mainly: green. Hex color #14DBB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DBB0 is #EB244F. Grayscale: #9A9A9A. Windows color (decimal): -15410256 or 11590420. OLE color: 11590420.
HSL color Cylindrical-coordinate representation of color #14DBB0: hue angle of 167.04º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DBB0 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 219 | 176 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.14 |
| HSL | 167.04º | 0.83% | 0.47% | - |
| HSV(B) | 167.04º | 0.91% | 0.86% | - |
| XYZ | 33.46 | 53.95 | 49.72 | - |
| YUV | 154.6 | 140.07 | 32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 176 | 0.91 | 0 | 0.20 | 0.14 | 167.04 | 0.83 | 0.47 |
| Hex | 14 | DB | B0 | 5B | 0 | 14 | E | A7 | 53 | 2F |
| Octal | 24 | 333 | 260 | 133 | 0 | 24 | 16 | 247 | 123 | 57 |
| Binary | 10100 | 11011011 | 10110000 | 1011011 | 0 | 10100 | 1110 | 10100111 | 1010011 | 101111 |
Color Harmonies of #14DBB0
Complementary color
Monochromatic Colors of #14DBB0
Black with #14DBB0
Text Example
Text Example
White with #14DBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DBB0; }
p { color: rgb(20,219,176); }
H1.HeaderClassName
{
color: #14DBB0;
}
.AnyTagClassName
{
color: #14DBB0;
}
</style>
background-color css
<style>
a { background-color: #14DBB0; }
a { background-color: rgb(20,219,176); }
div.DivClassName
{
background-color: #14DBB0;
}
.BgClassName
{
background-color: #14DBB0;
}
</style>
border-color css
<style>
span { border-color: #14DBB0; }
span { border-color: rgb(20,219,176); }
td.TdClassName
{
border-color: #14DBB0;
}
.TagClassName
{
border-color: #14DBB0;
}
</style>