#80B4A4

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

Shades of Sea Nymph #80B4A4

Tints of Sea Nymph #80B4A4

Color information

#80B4A4 (or 0x80B4A4) is unknown color: approx Sea Nymph. HEX triplet: 80, B4 and A4. RGB value is (128,180,164). Sum of RGB (Red+Green+Blue) = 128+180+164=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #80B4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B4A4 is #7F4B5B. Grayscale: #A2A2A2. Windows color (decimal): -8342364 or 10794112. OLE color: 10794112.

HSL color Cylindrical-coordinate representation of color #80B4A4: hue angle of 161.54º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80B4A4 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB128180164-
CMYK0.2900.090.29
HSL161.54º25.74%60.39%-
HSV(B)161.54º28.89%70.59%-
XYZ31.9239.9141.14-
YUV162.63128.77103.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.12%
GREEN value IS 180 (70.70% from 255) = 38.14%
BLUE value IS 164 (64.45% from 255) = 34.75%
R=27.12%
G=38.14%
B=34.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281801640.2900.090.29161.5425.7460.39
Hex80B4A41D091Da21a3c
Octal20026424435011352423274
Binary1000000010110100101001001110101001111011010001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,180,164); }

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

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

 a { background-color: rgb(128,180,164); }

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

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

 span { border-color: rgb(128,180,164); }

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