#08AEA9

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

Shades of Light Sea Green #08AEA9

Tints of Light Sea Green #08AEA9

Color information

#08AEA9 (or 0x08AEA9) is unknown color: approx Light Sea Green. HEX triplet: 08, AE and A9. RGB value is (8,174,169). Sum of RGB (Red+Green+Blue) = 8+174+169=351 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.28% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #08AEA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AEA9 is #F75156. Grayscale: #7B7B7B. Windows color (decimal): -16208215 or 11120136. OLE color: 11120136.

HSL color Cylindrical-coordinate representation of color #08AEA9: hue angle of 178.19º degrees, saturation: 0.91, 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 #08AEA9 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB8174169-
CMYK0.9500.030.32
HSL178.19º91.21%35.69%-
HSV(B)178.19º95.4%68.24%-
XYZ22.433.1942.76-
YUV123.8153.545.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.28%
GREEN value IS 174 (68.36% from 255) = 49.57%
BLUE value IS 169 (66.41% from 255) = 48.15%
R=2.28%
G=49.57%
B=48.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81741690.9500.030.32178.1991.2135.69
Hex8AEA95F0320b25b24
Octal10256251137034026213344
Binary100010101110101010011011111011100000101100101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08AEA9; }

 p { color: rgb(8,174,169); }

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

<style>
 a { background-color: #08AEA9; }

 a { background-color: rgb(8,174,169); }

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

<style>
 span { border-color: #08AEA9; }

 span { border-color: rgb(8,174,169); }

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