#14AB9D

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

Shades of Light Sea Green #14AB9D

Tints of Light Sea Green #14AB9D

Color information

#14AB9D (or 0x14AB9D) is unknown color: approx Light Sea Green. HEX triplet: 14, AB and 9D. RGB value is (20,171,157). Sum of RGB (Red+Green+Blue) = 20+171+157=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AB9D is #EB5462. Grayscale: #7C7C7C. Windows color (decimal): -15422563 or 10332948. OLE color: 10332948.

HSL color Cylindrical-coordinate representation of color #14AB9D: hue angle of 174.44º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AB9D is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB20171157-
CMYK0.8800.080.33
HSL174.44º79.06%37.45%-
HSV(B)174.44º88.3%67.06%-
XYZ20.9431.7136.92-
YUV124.26146.4753.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.75%
GREEN value IS 171 (67.19% from 255) = 49.14%
BLUE value IS 157 (61.72% from 255) = 45.11%
R=5.75%
G=49.14%
B=45.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201711570.8800.080.33174.4479.0637.45
Hex14AB9D580821ae4f25
Octal242532351300104125611745
Binary101001010101110011101101100001000100001101011101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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