#14ABAA

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

Shades of Light Sea Green #14ABAA

Tints of Light Sea Green #14ABAA

Color information

#14ABAA (or 0x14ABAA) is unknown color: approx Light Sea Green. HEX triplet: 14, AB and AA. RGB value is (20,171,170). Sum of RGB (Red+Green+Blue) = 20+171+170=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #14ABAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14ABAA is #EB5455. Grayscale: #7D7D7D. Windows color (decimal): -15422550 or 11184916. OLE color: 11184916.

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

Color convert

RGB20171170-
CMYK0.8800.010.33
HSL179.6º79.06%37.45%-
HSV(B)179.6º88.3%67.06%-
XYZ22.1132.1843.08-
YUV125.74152.9752.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.54%
GREEN value IS 171 (67.19% from 255) = 47.37%
BLUE value IS 170 (66.80% from 255) = 47.09%
R=5.54%
G=47.37%
B=47.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201711700.8800.010.33179.679.0637.45
Hex14ABAA580121b44f25
Octal24253252130014126411745
Binary101001010101110101010101100001100001101101001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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