#80AAA3

Color #80AAA3 Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #80AAA3

Tints of Sea Nymph #80AAA3

Color information

#80AAA3 (or 0x80AAA3) is unknown color: approx Sea Nymph. HEX triplet: 80, AA and A3. RGB value is (128,170,163). Sum of RGB (Red+Green+Blue) = 128+170+163=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #80AAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AAA3 is #7F555C. Grayscale: #9C9C9C. Windows color (decimal): -8344925 or 10726016. OLE color: 10726016.

HSL color Cylindrical-coordinate representation of color #80AAA3: hue angle of 170º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80AAA3 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB128170163-
CMYK0.2500.040.33
HSL170º19.81%58.43%-
HSV(B)170º24.71%66.67%-
XYZ29.8935.9840.02-
YUV156.64131.59107.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.77%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 163 (64.06% from 255) = 35.36%
R=27.77%
G=36.88%
B=35.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281701630.2500.040.3317019.8158.43
Hex80AAA3190421aa143a
Octal2002522433104412522472
Binary1000000010101010101000111100101001000011010101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80AAA3; }

 p { color: rgb(128,170,163); }

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

<style>
 a { background-color: #80AAA3; }

 a { background-color: rgb(128,170,163); }

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

<style>
 span { border-color: #80AAA3; }

 span { border-color: rgb(128,170,163); }

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