#1AAA9E

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

Shades of Light Sea Green #1AAA9E

Tints of Light Sea Green #1AAA9E

Color information

#1AAA9E (or 0x1AAA9E) is unknown color: approx Light Sea Green. HEX triplet: 1A, AA and 9E. RGB value is (26,170,158). Sum of RGB (Red+Green+Blue) = 26+170+158=354 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.34% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAA9E is #E55561. Grayscale: #7D7D7D. Windows color (decimal): -15029602 or 10398234. OLE color: 10398234.

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

Color convert

RGB26170158-
CMYK0.8500.070.33
HSL175º73.47%38.43%-
HSV(B)175º84.71%66.67%-
XYZ20.9731.4437.31-
YUV125.58146.2956.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.34%
GREEN value IS 170 (66.80% from 255) = 48.02%
BLUE value IS 158 (62.11% from 255) = 44.63%
R=7.34%
G=48.02%
B=44.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal261701580.8500.070.3317573.4738.43
Hex1AAA9E550721af4926
Octal32252236125074125711146
Binary11010101010101001111010101010111100001101011111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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