#80BFA5

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

Shades of Sea Nymph #80BFA5

Tints of Sea Nymph #80BFA5

Color information

#80BFA5 (or 0x80BFA5) is unknown color: approx Sea Nymph. HEX triplet: 80, BF and A5. RGB value is (128,191,165). Sum of RGB (Red+Green+Blue) = 128+191+165=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #80BFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BFA5 is #7F405A. Grayscale: #A9A9A9. Windows color (decimal): -8339547 or 10862464. OLE color: 10862464.

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

Color convert

RGB128191165-
CMYK0.3300.140.25
HSL155.24º32.98%62.55%-
HSV(B)155.24º32.98%74.9%-
XYZ34.3244.5742.39-
YUV169.2125.6398.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.45%
GREEN value IS 191 (75% from 255) = 39.46%
BLUE value IS 165 (64.84% from 255) = 34.09%
R=26.45%
G=39.46%
B=34.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281911650.3300.140.25155.2432.9862.55
Hex80BFA5210E199b213f
Octal20027724541016312334177
Binary100000001011111110100101100001011101100110011011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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