#80F2A7

Color #80F2A7 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #80F2A7

Tints of Vista Blue #80F2A7

Color information

#80F2A7 (or 0x80F2A7) is unknown color: approx Vista Blue. HEX triplet: 80, F2 and A7. RGB value is (128,242,167). Sum of RGB (Red+Green+Blue) = 128+242+167=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #80F2A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F2A7 is #7F0D58. Grayscale: #C7C7C7. Windows color (decimal): -8326489 or 11006592. OLE color: 11006592.

HSL color Cylindrical-coordinate representation of color #80F2A7: hue angle of 140.53º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80F2A7 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB128242167-
CMYK0.4700.310.05
HSL140.53º81.43%72.55%-
HSV(B)140.53º47.11%94.9%-
XYZ47.6370.8847.73-
YUV199.36109.7377.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.84%
GREEN value IS 242 (94.92% from 255) = 45.07%
BLUE value IS 167 (65.62% from 255) = 31.10%
R=23.84%
G=45.07%
B=31.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1282421670.4700.310.05140.5381.4372.55
Hex80F2A72F01F58d5149
Octal200362247570375215121111
Binary1000000011110010101001111011110111111011000110110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,242,167); }

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

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

 a { background-color: rgb(128,242,167); }

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

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

 span { border-color: rgb(128,242,167); }

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