#0AA8AA

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

Shades of Light Sea Green #0AA8AA

Tints of Light Sea Green #0AA8AA

Color information

#0AA8AA (or 0x0AA8AA) is unknown color: approx Light Sea Green. HEX triplet: 0A, A8 and AA. RGB value is (10,168,170). Sum of RGB (Red+Green+Blue) = 10+168+170=348 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 348); Green value is 168 (66.02% from 255 or 48.28% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #0AA8AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA8AA is #F55755. Grayscale: #787878. Windows color (decimal): -16078678 or 11184138. OLE color: 11184138.

HSL color Cylindrical-coordinate representation of color #0AA8AA: hue angle of 180.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA8AA is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10168170-
CMYK0.940.0100.33
HSL180.75º88.89%35.29%-
HSV(B)180.75º94.12%66.67%-
XYZ21.3830.9742.88-
YUV120.99155.6548.84-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.87%
GREEN value IS 168 (66.02% from 255) = 48.28%
BLUE value IS 170 (66.80% from 255) = 48.85%
R=2.87%
G=48.28%
B=48.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101681700.940.0100.33180.7588.8935.29
HexAA8AA5E1021b55923
Octal12250252136104126513143
Binary10101010100010101010101111010100001101101011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AA8AA; }

 p { color: rgb(10,168,170); }

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

<style>
 a { background-color: #0AA8AA; }

 a { background-color: rgb(10,168,170); }

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

<style>
 span { border-color: #0AA8AA; }

 span { border-color: rgb(10,168,170); }

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