#1AA9AE

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

Shades of Light Sea Green #1AA9AE

Tints of Light Sea Green #1AA9AE

Color information

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

HSL color Cylindrical-coordinate representation of color #1AA9AE: hue angle of 182.03º 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 #1AA9AE is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB26169174-
CMYK0.850.0300.32
HSL182.03º74%39.22%-
HSV(B)182.03º85.06%68.24%-
XYZ22.2531.6544.98-
YUV126.81154.6256.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal261691740.850.0300.32182.037439.22
Hex1AA9AE553020b64a27
Octal32251256125304026611247
Binary1101010101001101011101010101110100000101101101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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