#14B6AE

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

Shades of Light Sea Green #14B6AE

Tints of Light Sea Green #14B6AE

Color information

#14B6AE (or 0x14B6AE) is unknown color: approx Light Sea Green. HEX triplet: 14, B6 and AE. RGB value is (20,182,174). Sum of RGB (Red+Green+Blue) = 20+182+174=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 182 - color contains mainly: green. Hex color #14B6AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B6AE is #EB4951. Grayscale: #848484. Windows color (decimal): -15419730 or 11449876. OLE color: 11449876.

HSL color Cylindrical-coordinate representation of color #14B6AE: hue angle of 177.04º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B6AE is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB20182174-
CMYK0.8900.040.29
HSL177.04º80.2%39.61%-
HSV(B)177.04º89.01%71.37%-
XYZ24.6636.6645.82-
YUV132.65151.3347.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.32%
GREEN value IS 182 (71.48% from 255) = 48.40%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=5.32%
G=48.40%
B=46.28%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal201821740.8900.040.29177.0480.239.61
Hex14B6AE59041Db15028
Octal24266256131043526112050
Binary1010010110110101011101011001010011101101100011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,182,174); }

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

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

 a { background-color: rgb(20,182,174); }

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

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

 span { border-color: rgb(20,182,174); }

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