#80FDA4

Color #80FDA4 Mint Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Green #80FDA4

Tints of Mint Green #80FDA4

Color information

#80FDA4 (or 0x80FDA4) is unknown color: approx Mint Green. HEX triplet: 80, FD and A4. RGB value is (128,253,164). Sum of RGB (Red+Green+Blue) = 128+253+164=545 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.49% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FDA4 is #7F025B. Grayscale: #CDCDCD. Windows color (decimal): -8323676 or 10812800. OLE color: 10812800.

HSL color Cylindrical-coordinate representation of color #80FDA4: hue angle of 137.28º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FDA4 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB128253164-
CMYK0.4900.350.01
HSL137.28º96.9%74.71%-
HSV(B)137.28º49.41%99.22%-
XYZ50.7377.5247.41-
YUV205.48104.5972.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.49%
GREEN value IS 253 (99.22% from 255) = 46.42%
BLUE value IS 164 (64.45% from 255) = 30.09%
R=23.49%
G=46.42%
B=30.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1282531640.4900.350.01137.2896.974.71
Hex80FDA431023189614b
Octal200375244610431211141113
Binary100000001111110110100100110001010001111000100111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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