#80BEA5

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

Shades of Sea Nymph #80BEA5

Tints of Sea Nymph #80BEA5

Color information

#80BEA5 (or 0x80BEA5) is unknown color: approx Sea Nymph. HEX triplet: 80, BE and A5. RGB value is (128,190,165). Sum of RGB (Red+Green+Blue) = 128+190+165=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #80BEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BEA5 is #7F415A. Grayscale: #A8A8A8. Windows color (decimal): -8339803 or 10862208. OLE color: 10862208.

HSL color Cylindrical-coordinate representation of color #80BEA5: hue angle of 155.81º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BEA5 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB128190165-
CMYK0.3300.130.25
HSL155.81º32.29%62.35%-
HSV(B)155.81º32.63%74.51%-
XYZ34.1144.1342.32-
YUV168.61125.9699.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.50%
GREEN value IS 190 (74.61% from 255) = 39.34%
BLUE value IS 165 (64.84% from 255) = 34.16%
R=26.50%
G=39.34%
B=34.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281901650.3300.130.25155.8132.2962.35
Hex80BEA5210D199c203e
Octal20027624541015312344076
Binary100000001011111010100101100001011011100110011100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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