#09ACAA

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

Shades of Light Sea Green #09ACAA

Tints of Light Sea Green #09ACAA

Color information

#09ACAA (or 0x09ACAA) is unknown color: approx Light Sea Green. HEX triplet: 09, AC and AA. RGB value is (9,172,170). Sum of RGB (Red+Green+Blue) = 9+172+170=351 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #09ACAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09ACAA is #F65355. Grayscale: #7A7A7A. Windows color (decimal): -16143190 or 11185161. OLE color: 11185161.

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

Color convert

RGB9172170-
CMYK0.9500.010.33
HSL179.26º90.06%35.49%-
HSV(B)179.26º94.77%67.45%-
XYZ22.1232.4743.13-
YUV123.04154.546.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.56%
GREEN value IS 172 (67.58% from 255) = 49.00%
BLUE value IS 170 (66.80% from 255) = 48.43%
R=2.56%
G=49.00%
B=48.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91721700.9500.010.33179.2690.0635.49
Hex9ACAA5F0121b35a23
Octal11254252137014126313243
Binary10011010110010101010101111101100001101100111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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