#8AFEA6

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

Shades of Mint Green #8AFEA6

Tints of Mint Green #8AFEA6

Color information

#8AFEA6 (or 0x8AFEA6) is unknown color: approx Mint Green. HEX triplet: 8A, FE and A6. RGB value is (138,254,166). Sum of RGB (Red+Green+Blue) = 138+254+166=558 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.73% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 166 (65.23% from 255 or 29.75% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFEA6 is #750159. Grayscale: #D1D1D1. Windows color (decimal): -7668058 or 10944138. OLE color: 10944138.

HSL color Cylindrical-coordinate representation of color #8AFEA6: hue angle of 134.48º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFEA6 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB138254166-
CMYK0.4600.350.00
HSL134.48º98.31%76.86%-
HSV(B)134.48º45.67%99.61%-
XYZ52.8179.0448.55-
YUV209.28103.5777.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.73%
GREEN value IS 254 (99.61% from 255) = 45.52%
BLUE value IS 166 (65.23% from 255) = 29.75%
R=24.73%
G=45.52%
B=29.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1382541660.4600.350.00134.4898.3176.86
Hex8AFEA62E023086624d
Octal212376246560430206142115
Binary100010101111111010100110101110010001101000011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AFEA6; }

 p { color: rgb(138,254,166); }

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

<style>
 a { background-color: #8AFEA6; }

 a { background-color: rgb(138,254,166); }

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

<style>
 span { border-color: #8AFEA6; }

 span { border-color: rgb(138,254,166); }

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