#8AFFB2

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

Shades of Mint Green #8AFFB2

Tints of Mint Green #8AFFB2

Color information

#8AFFB2 (or 0x8AFFB2) is unknown color: approx Mint Green. HEX triplet: 8A, FF and B2. RGB value is (138,255,178). Sum of RGB (Red+Green+Blue) = 138+255+178=571 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.17% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFFB2 is #75004D. Grayscale: #D3D3D3. Windows color (decimal): -7667790 or 11730826. OLE color: 11730826.

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

Color convert

RGB138255178-
CMYK0.4600.300
HSL140.51º100%77.06%-
HSV(B)140.51º45.88%100%-
XYZ54.2880.1454.73-
YUV211.24109.2475.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.17%
GREEN value IS 255 (100% from 255) = 44.66%
BLUE value IS 178 (69.92% from 255) = 31.17%
R=24.17%
G=44.66%
B=31.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382551780.4600.300140.5110077.06
Hex8AFFB22E01E08d644d
Octal212377262560360215144115
Binary10001010111111111011001010111001111001000110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,255,178); }

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

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

 a { background-color: rgb(138,255,178); }

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

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

 span { border-color: rgb(138,255,178); }

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