#80B9A9

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

Shades of Sea Nymph #80B9A9

Tints of Sea Nymph #80B9A9

Color information

#80B9A9 (or 0x80B9A9) is unknown color: approx Sea Nymph. HEX triplet: 80, B9 and A9. RGB value is (128,185,169). Sum of RGB (Red+Green+Blue) = 128+185+169=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 185 - color contains mainly: green. Hex color #80B9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B9A9 is #7F4656. Grayscale: #A6A6A6. Windows color (decimal): -8341079 or 11123072. OLE color: 11123072.

HSL color Cylindrical-coordinate representation of color #80B9A9: hue angle of 163.16º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80B9A9 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB128185169-
CMYK0.3100.090.27
HSL163.16º28.93%61.37%-
HSV(B)163.16º30.81%72.55%-
XYZ33.4142.1543.91-
YUV166.13129.62100.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.56%
GREEN value IS 185 (72.66% from 255) = 38.38%
BLUE value IS 169 (66.41% from 255) = 35.06%
R=26.56%
G=38.38%
B=35.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281851690.3100.090.27163.1628.9361.37
Hex80B9A91F091Ba31d3d
Octal20027125137011332433575
Binary1000000010111001101010011111101001110111010001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,185,169); }

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

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

 a { background-color: rgb(128,185,169); }

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

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

 span { border-color: rgb(128,185,169); }

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