#09AAAE

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

Shades of Light Sea Green #09AAAE

Tints of Light Sea Green #09AAAE

Color information

#09AAAE (or 0x09AAAE) is unknown color: approx Light Sea Green. HEX triplet: 09, AA and AE. RGB value is (9,170,174). Sum of RGB (Red+Green+Blue) = 9+170+174=353 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.55% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #09AAAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AAAE is #F65551. Grayscale: #7A7A7A. Windows color (decimal): -16143698 or 11446793. OLE color: 11446793.

HSL color Cylindrical-coordinate representation of color #09AAAE: hue angle of 181.45º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AAAE is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9170174-
CMYK0.950.0200.32
HSL181.45º90.16%35.88%-
HSV(B)181.45º94.83%68.24%-
XYZ22.1331.8645.03-
YUV122.32157.1647.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.55%
GREEN value IS 170 (66.80% from 255) = 48.16%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=2.55%
G=48.16%
B=49.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91701740.950.0200.32181.4590.1635.88
Hex9AAAE5F2020b55a24
Octal11252256137204026513244
Binary100110101010101011101011111100100000101101011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09AAAE; }

 p { color: rgb(9,170,174); }

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

<style>
 a { background-color: #09AAAE; }

 a { background-color: rgb(9,170,174); }

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

<style>
 span { border-color: #09AAAE; }

 span { border-color: rgb(9,170,174); }

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