#1AAAB9

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

Shades of Light Sea Green #1AAAB9

Tints of Light Sea Green #1AAAB9

Color information

#1AAAB9 (or 0x1AAAB9) is unknown color: approx Light Sea Green. HEX triplet: 1A, AA and B9. RGB value is (26,170,185). Sum of RGB (Red+Green+Blue) = 26+170+185=381 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.82% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #1AAAB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAAB9 is #E55546. Grayscale: #808080. Windows color (decimal): -15029575 or 12167706. OLE color: 12167706.

HSL color Cylindrical-coordinate representation of color #1AAAB9: hue angle of 185.66º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AAAB9 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB26170185-
CMYK0.860.0800.27
HSL185.66º75.36%41.37%-
HSV(B)185.66º85.95%72.55%-
XYZ23.5632.4750.93-
YUV128.65159.7954.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.82%
GREEN value IS 170 (66.80% from 255) = 44.62%
BLUE value IS 185 (72.66% from 255) = 48.56%
R=6.82%
G=44.62%
B=48.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal261701850.860.0800.27185.6675.3641.37
Hex1AAAB956801Bba4b29
Octal322522711261003327211351
Binary11010101010101011100110101101000011011101110101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,170,185); }

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

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

 a { background-color: rgb(26,170,185); }

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

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

 span { border-color: rgb(26,170,185); }

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