Shades of Caribbean Green #14D08B
Tints of Caribbean Green #14D08B
RGB
CMYK
RGB Variations
Color information
#14D08B (or 0x14D08B) is known color: Caribbean Green. HEX triplet: 14, D0 and 8B. RGB value is (20,208,139). Sum of RGB (Red+Green+Blue) = 20+208+139=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 208 (81.64% from 255 or 56.68% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 208 - color contains mainly: green. Hex color #14D08B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D08B is #EB2F74. Grayscale: #909090. Windows color (decimal): -15413109 or 9162772. OLE color: 9162772.
HSL color Cylindrical-coordinate representation of color #14D08B: hue angle of 157.98º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D08B is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 208 | 139 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.18 |
| HSL | 157.98º | 0.82% | 0.45% | - |
| HSV(B) | 157.98º | 0.9% | 0.82% | - |
| XYZ | 27.5 | 47.12 | 32.07 | - |
| YUV | 143.92 | 125.22 | 39.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 208 | 139 | 0.90 | 0 | 0.33 | 0.18 | 157.98 | 0.82 | 0.45 |
| Hex | 14 | D0 | 8B | 5A | 0 | 21 | 12 | 9E | 52 | 2D |
| Octal | 24 | 320 | 213 | 132 | 0 | 41 | 22 | 236 | 122 | 55 |
| Binary | 10100 | 11010000 | 10001011 | 1011010 | 0 | 100001 | 10010 | 10011110 | 1010010 | 101101 |
Color Harmonies of #14D08B
Complementary color
Monochromatic Colors of #14D08B
Black with #14D08B
Text Example
Text Example
White with #14D08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D08B; }
p { color: rgb(20,208,139); }
H1.HeaderClassName
{
color: #14D08B;
}
.AnyTagClassName
{
color: #14D08B;
}
</style>
background-color css
<style>
a { background-color: #14D08B; }
a { background-color: rgb(20,208,139); }
div.DivClassName
{
background-color: #14D08B;
}
.BgClassName
{
background-color: #14D08B;
}
</style>
border-color css
<style>
span { border-color: #14D08B; }
span { border-color: rgb(20,208,139); }
td.TdClassName
{
border-color: #14D08B;
}
.TagClassName
{
border-color: #14D08B;
}
</style>