#1AAA9A

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

Shades of Light Sea Green #1AAA9A

Tints of Light Sea Green #1AAA9A

Color information

#1AAA9A (or 0x1AAA9A) is unknown color: approx Light Sea Green. HEX triplet: 1A, AA and 9A. RGB value is (26,170,154). Sum of RGB (Red+Green+Blue) = 26+170+154=350 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.43% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAA9A is #E55565. Grayscale: #7D7D7D. Windows color (decimal): -15029606 or 10136090. OLE color: 10136090.

HSL color Cylindrical-coordinate representation of color #1AAA9A: hue angle of 173.33º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAA9A is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB26170154-
CMYK0.8500.090.33
HSL173.33º73.47%38.43%-
HSV(B)173.33º84.71%66.67%-
XYZ20.6331.335.53-
YUV125.12144.2957.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.43%
GREEN value IS 170 (66.80% from 255) = 48.57%
BLUE value IS 154 (60.55% from 255) = 44%
R=7.43%
G=48.57%
B=44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal261701540.8500.090.33173.3373.4738.43
Hex1AAA9A550921ad4926
Octal322522321250114125511146
Binary110101010101010011010101010101001100001101011011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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