#14A0A5

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

Shades of Light Sea Green #14A0A5

Tints of Light Sea Green #14A0A5

Color information

#14A0A5 (or 0x14A0A5) is unknown color: approx Light Sea Green. HEX triplet: 14, A0 and A5. RGB value is (20,160,165). Sum of RGB (Red+Green+Blue) = 20+160+165=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 165 - color contains mainly: blue. Hex color #14A0A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A0A5 is #EB5F5A. Grayscale: #767676. Windows color (decimal): -15425371 or 10854420. OLE color: 10854420.

HSL color Cylindrical-coordinate representation of color #14A0A5: hue angle of 182.07º 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 #14A0A5 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB20160165-
CMYK0.880.0300.35
HSL182.07º78.38%36.27%-
HSV(B)182.07º87.88%64.71%-
XYZ19.6528.0139.97-
YUV118.71154.1257.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.80%
GREEN value IS 160 (62.89% from 255) = 46.38%
BLUE value IS 165 (64.84% from 255) = 47.83%
R=5.80%
G=46.38%
B=47.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal201601650.880.0300.35182.0778.3836.27
Hex14A0A5583023b64e24
Octal24240245130304326611644
Binary1010010100000101001011011000110100011101101101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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