Html Css Color HEX #80FDA6 Mint Green

📋 copy color: '#80FDA6'

red 128 ◦ green 253 ◦ blue 166

#80FDA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Green #80FDA6

Tints of Mint Green #80FDA6

RGB

 RED value IS 128 (50.39% from 255) = 23.4%

 GREEN value IS 253 (99.22% from 255) = 46.25%

 BLUE value IS 166 (65.23% from 255) = 30.35%

R = 23.4%
G = 46.25%
B = 30.35%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#80FDA6 (or 0x80FDA6) is known color: Mint Green. HEX triplet: 80, FD and A6. RGB value is (128,253,166). Sum of RGB (Red+Green+Blue) = 128+253+166=547 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.40% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FDA6 is #7F0259. Grayscale: #CDCDCD. Windows color (decimal): -8323674 or 10943872. OLE color: 10943872.

HSL color Cylindrical-coordinate representation of color #80FDA6: hue angle of 138.24º 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 #80FDA6 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 253 166 -
CMYK 0.49 0 0.34 0.01
HSL 138.24º 0.97% 0.75% -
HSV(B) 138.24º 0.49% 0.99% -
XYZ 50.91 77.59 48.37 -
YUV 205.71 105.59 72.57 -
System Red Green Blue C M Y K H S L
Decimal 128 253 166 0.49 0 0.34 0.01 138.24 0.97 0.75
Hex 80 FD A6 31 0 22 1 8A 61 4B
Octal 200 375 246 61 0 42 1 212 141 113
Binary 10000000 11111101 10100110 110001 0 100010 1 10001010 1100001 1001011

Color Harmonies of #80FDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FDA6

Black with #80FDA6

Text Example


Text Example

White with #80FDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80FDA6;
 }
 .AnyTagClassName
 {
   color: #80FDA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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