#85FEAB

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

Shades of Mint Green #85FEAB

Tints of Mint Green #85FEAB

Color information

#85FEAB (or 0x85FEAB) is unknown color: approx Mint Green. HEX triplet: 85, FE and AB. RGB value is (133,254,171). Sum of RGB (Red+Green+Blue) = 133+254+171=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #85FEAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FEAB is #7A0154. Grayscale: #D0D0D0. Windows color (decimal): -7995733 or 11271813. OLE color: 11271813.

HSL color Cylindrical-coordinate representation of color #85FEAB: hue angle of 138.84º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FEAB is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB133254171-
CMYK0.4800.330.00
HSL138.84º98.37%75.88%-
HSV(B)138.84º47.64%99.61%-
XYZ52.4778.8150.97-
YUV208.36106.9174.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.84%
GREEN value IS 254 (99.61% from 255) = 45.52%
BLUE value IS 171 (67.19% from 255) = 30.65%
R=23.84%
G=45.52%
B=30.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332541710.4800.330.00138.8498.3775.88
Hex85FEAB3002108b624c
Octal205376253600410213142114
Binary100001011111111010101011110000010000101000101111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85FEAB; }

 p { color: rgb(133,254,171); }

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

<style>
 a { background-color: #85FEAB; }

 a { background-color: rgb(133,254,171); }

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

<style>
 span { border-color: #85FEAB; }

 span { border-color: rgb(133,254,171); }

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