#09A9AC

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

Shades of Light Sea Green #09A9AC

Tints of Light Sea Green #09A9AC

Color information

#09A9AC (or 0x09A9AC) is unknown color: approx Light Sea Green. HEX triplet: 09, A9 and AC. RGB value is (9,169,172). Sum of RGB (Red+Green+Blue) = 9+169+172=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 169 (66.41% from 255 or 48.29% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #09A9AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A9AC is #F65653. Grayscale: #797979. Windows color (decimal): -16143956 or 11315465. OLE color: 11315465.

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

Color convert

RGB9169172-
CMYK0.950.0200.33
HSL181.1º90.06%35.49%-
HSV(B)181.1º94.77%67.45%-
XYZ21.7531.4143.95-
YUV121.5156.4947.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.57%
GREEN value IS 169 (66.41% from 255) = 48.29%
BLUE value IS 172 (67.58% from 255) = 49.14%
R=2.57%
G=48.29%
B=49.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91691720.950.0200.33181.190.0635.49
Hex9A9AC5F2021b55a23
Octal11251254137204126513243
Binary100110101001101011001011111100100001101101011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,169,172); }

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

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

 a { background-color: rgb(9,169,172); }

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

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

 span { border-color: rgb(9,169,172); }

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