#8DFEAF

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

Shades of Mint Green #8DFEAF

Tints of Mint Green #8DFEAF

Color information

#8DFEAF (or 0x8DFEAF) is unknown color: approx Mint Green. HEX triplet: 8D, FE and AF. RGB value is (141,254,175). Sum of RGB (Red+Green+Blue) = 141+254+175=570 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.74% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DFEAF is #720150. Grayscale: #D3D3D3. Windows color (decimal): -7471441 or 11533965. OLE color: 11533965.

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

Color convert

RGB141254175-
CMYK0.4400.310.00
HSL138.05º98.26%77.45%-
HSV(B)138.05º44.49%99.61%-
XYZ54.1679.6453.08-
YUV211.21107.5677.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.74%
GREEN value IS 254 (99.61% from 255) = 44.56%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=24.74%
G=44.56%
B=30.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1412541750.4400.310.00138.0598.2677.45
Hex8DFEAF2C01F08a624d
Octal215376257540370212142115
Binary10001101111111101010111110110001111101000101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,254,175); }

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

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

 a { background-color: rgb(141,254,175); }

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

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

 span { border-color: rgb(141,254,175); }

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