#80B9A5

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

Shades of Sea Nymph #80B9A5

Tints of Sea Nymph #80B9A5

Color information

#80B9A5 (or 0x80B9A5) is unknown color: approx Sea Nymph. HEX triplet: 80, B9 and A5. RGB value is (128,185,165). Sum of RGB (Red+Green+Blue) = 128+185+165=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #80B9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B9A5 is #7F465A. Grayscale: #A5A5A5. Windows color (decimal): -8341083 or 10860928. OLE color: 10860928.

HSL color Cylindrical-coordinate representation of color #80B9A5: hue angle of 158.95º 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 #80B9A5 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB128185165-
CMYK0.3100.110.27
HSL158.95º28.93%61.37%-
HSV(B)158.95º30.81%72.55%-
XYZ33.044241.96-
YUV165.68127.62101.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.78%
GREEN value IS 185 (72.66% from 255) = 38.70%
BLUE value IS 165 (64.84% from 255) = 34.52%
R=26.78%
G=38.70%
B=34.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281851650.3100.110.27158.9528.9361.37
Hex80B9A51F0B1B9f1d3d
Octal20027124537013332373575
Binary1000000010111001101001011111101011110111001111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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