#1AAEA9

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

Shades of Light Sea Green #1AAEA9

Tints of Light Sea Green #1AAEA9

Color information

#1AAEA9 (or 0x1AAEA9) is unknown color: approx Light Sea Green. HEX triplet: 1A, AE and A9. RGB value is (26,174,169). Sum of RGB (Red+Green+Blue) = 26+174+169=369 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.05% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 169 (66.41% from 255 or 45.80% from 369); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAEA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAEA9 is #E55156. Grayscale: #818181. Windows color (decimal): -15028567 or 11120154. OLE color: 11120154.

HSL color Cylindrical-coordinate representation of color #1AAEA9: hue angle of 177.97º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAEA9 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB26174169-
CMYK0.8500.030.32
HSL177.97º74%39.22%-
HSV(B)177.97º85.06%68.24%-
XYZ22.7233.3642.78-
YUV129.18150.4754.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.05%
GREEN value IS 174 (68.36% from 255) = 47.15%
BLUE value IS 169 (66.41% from 255) = 45.80%
R=7.05%
G=47.15%
B=45.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal261741690.8500.030.32177.977439.22
Hex1AAEA9550320b24a27
Octal32256251125034026211247
Binary1101010101110101010011010101011100000101100101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AAEA9; }

 p { color: rgb(26,174,169); }

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

<style>
 a { background-color: #1AAEA9; }

 a { background-color: rgb(26,174,169); }

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

<style>
 span { border-color: #1AAEA9; }

 span { border-color: rgb(26,174,169); }

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