#09ADAA

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

Shades of Light Sea Green #09ADAA

Tints of Light Sea Green #09ADAA

Color information

#09ADAA (or 0x09ADAA) is unknown color: approx Light Sea Green. HEX triplet: 09, AD and AA. RGB value is (9,173,170). Sum of RGB (Red+Green+Blue) = 9+173+170=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 173 - color contains mainly: green. Hex color #09ADAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09ADAA is #F65255. Grayscale: #7B7B7B. Windows color (decimal): -16142934 or 11185417. OLE color: 11185417.

HSL color Cylindrical-coordinate representation of color #09ADAA: hue angle of 178.9º 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 #09ADAA is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB9173170-
CMYK0.9500.020.32
HSL178.9º90.11%35.69%-
HSV(B)178.9º94.8%67.84%-
XYZ22.3132.8543.19-
YUV123.62154.1746.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.56%
GREEN value IS 173 (67.97% from 255) = 49.15%
BLUE value IS 170 (66.80% from 255) = 48.30%
R=2.56%
G=49.15%
B=48.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91731700.9500.020.32178.990.1135.69
Hex9ADAA5F0220b35a24
Octal11255252137024026313244
Binary100110101101101010101011111010100000101100111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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