#80AC9D

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

Shades of Sea Nymph #80AC9D

Tints of Sea Nymph #80AC9D

Color information

#80AC9D (or 0x80AC9D) is unknown color: approx Sea Nymph. HEX triplet: 80, AC and 9D. RGB value is (128,172,157). Sum of RGB (Red+Green+Blue) = 128+172+157=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AC9D is #7F5362. Grayscale: #9D9D9D. Windows color (decimal): -8344419 or 10333312. OLE color: 10333312.

HSL color Cylindrical-coordinate representation of color #80AC9D: hue angle of 159.55º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AC9D is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB128172157-
CMYK0.2600.090.33
HSL159.55º20.95%58.82%-
HSV(B)159.55º25.58%67.45%-
XYZ29.7436.5337.38-
YUV157.13127.92107.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.01%
GREEN value IS 172 (67.58% from 255) = 37.64%
BLUE value IS 157 (61.72% from 255) = 34.35%
R=28.01%
G=37.64%
B=34.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281721570.2600.090.33159.5520.9558.82
Hex80AC9D1A0921a0153b
Octal20025423532011412402573
Binary10000000101011001001110111010010011000011010000010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,172,157); }

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

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

 a { background-color: rgb(128,172,157); }

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

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

 span { border-color: rgb(128,172,157); }

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