Shades of Caribbean Green #14DFB0
Tints of Caribbean Green #14DFB0
RGB
CMYK
RGB Variations
Color information
#14DFB0 (or 0x14DFB0) is known color: Caribbean Green. HEX triplet: 14, DF and B0. RGB value is (20,223,176). Sum of RGB (Red+Green+Blue) = 20+223+176=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #14DFB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DFB0 is #EB204F. Grayscale: #9C9C9C. Windows color (decimal): -15409232 or 11591444. OLE color: 11591444.
HSL color Cylindrical-coordinate representation of color #14DFB0: hue angle of 166.11º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DFB0 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 176 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.13 |
| HSL | 166.11º | 0.84% | 0.48% | - |
| HSV(B) | 166.11º | 0.91% | 0.87% | - |
| XYZ | 34.51 | 56.06 | 50.08 | - |
| YUV | 156.95 | 138.75 | 30.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 176 | 0.91 | 0 | 0.21 | 0.13 | 166.11 | 0.84 | 0.48 |
| Hex | 14 | DF | B0 | 5B | 0 | 15 | D | A6 | 54 | 30 |
| Octal | 24 | 337 | 260 | 133 | 0 | 25 | 15 | 246 | 124 | 60 |
| Binary | 10100 | 11011111 | 10110000 | 1011011 | 0 | 10101 | 1101 | 10100110 | 1010100 | 110000 |
Color Harmonies of #14DFB0
Complementary color
Monochromatic Colors of #14DFB0
Black with #14DFB0
Text Example
Text Example
White with #14DFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DFB0; }
p { color: rgb(20,223,176); }
H1.HeaderClassName
{
color: #14DFB0;
}
.AnyTagClassName
{
color: #14DFB0;
}
</style>
background-color css
<style>
a { background-color: #14DFB0; }
a { background-color: rgb(20,223,176); }
div.DivClassName
{
background-color: #14DFB0;
}
.BgClassName
{
background-color: #14DFB0;
}
</style>
border-color css
<style>
span { border-color: #14DFB0; }
span { border-color: rgb(20,223,176); }
td.TdClassName
{
border-color: #14DFB0;
}
.TagClassName
{
border-color: #14DFB0;
}
</style>