#14D0AB

Color #14D0AB Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #14D0AB

Tints of Caribbean Green #14D0AB

Color information

#14D0AB (or 0x14D0AB) is unknown color: approx Caribbean Green. HEX triplet: 14, D0 and AB. RGB value is (20,208,171). Sum of RGB (Red+Green+Blue) = 20+208+171=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #14D0AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D0AB is #EB2F54. Grayscale: #939393. Windows color (decimal): -15413077 or 11259924. OLE color: 11259924.

HSL color Cylindrical-coordinate representation of color #14D0AB: hue angle of 168.19º 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 #14D0AB is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB20208171-
CMYK0.9000.180.18
HSL168.19º82.46%44.71%-
HSV(B)168.19º90.38%81.57%-
XYZ30.248.246.24-
YUV147.57141.2237.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 5.01%
GREEN value IS 208 (81.64% from 255) = 52.13%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=5.01%
G=52.13%
B=42.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202081710.9000.180.18168.1982.4644.71
Hex14D0AB5A01212a8522d
Octal243202531320222225012255
Binary101001101000010101011101101001001010010101010001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14D0AB; }

 p { color: rgb(20,208,171); }

 H1.HeaderClassName
 {
   color: #14D0AB;
 }
 .AnyTagClassName
 {
   color: #14D0AB;
 }
</style>
background-color css

<style>
 a { background-color: #14D0AB; }

 a { background-color: rgb(20,208,171); }

 div.DivClassName
 {
   background-color: #14D0AB;
 }
 .BgClassName
 {
   background-color: #14D0AB;
 }
</style>
border-color css

<style>
 span { border-color: #14D0AB; }

 span { border-color: rgb(20,208,171); }

 td.TdClassName
 {
   border-color: #14D0AB;
 }
 .TagClassName
 {
   border-color: #14D0AB;
 }
</style>