#14A59F

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

Shades of Light Sea Green #14A59F

Tints of Light Sea Green #14A59F

Color information

#14A59F (or 0x14A59F) is unknown color: approx Light Sea Green. HEX triplet: 14, A5 and 9F. RGB value is (20,165,159). Sum of RGB (Red+Green+Blue) = 20+165+159=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 165 (64.84% from 255 or 47.97% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 165 - color contains mainly: green. Hex color #14A59F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A59F is #EB5A60. Grayscale: #787878. Windows color (decimal): -15424097 or 10462484. OLE color: 10462484.

HSL color Cylindrical-coordinate representation of color #14A59F: hue angle of 177.52º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A59F is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB20165159-
CMYK0.8800.040.35
HSL177.52º78.38%36.27%-
HSV(B)177.52º87.88%64.71%-
XYZ2029.5637.45-
YUV120.96149.4655.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.81%
GREEN value IS 165 (64.84% from 255) = 47.97%
BLUE value IS 159 (62.5% from 255) = 46.22%
R=5.81%
G=47.97%
B=46.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal201651590.8800.040.35177.5278.3836.27
Hex14A59F580423b24e24
Octal24245237130044326211644
Binary10100101001011001111110110000100100011101100101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,165,159); }

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

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

 a { background-color: rgb(20,165,159); }

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

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

 span { border-color: rgb(20,165,159); }

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