Html Css Color HEX #85FFA8 Mint Green

📋 copy color: '#85FFA8'

red 133 ◦ green 255 ◦ blue 168

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

Shades of Mint Green #85FFA8

Tints of Mint Green #85FFA8

RGB

 RED value IS 133 (52.34% from 255) = 23.92%

 GREEN value IS 255 (100% from 255) = 45.86%

 BLUE value IS 168 (66.02% from 255) = 30.22%

R = 23.92%
G = 45.86%
B = 30.22%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#85FFA8 (or 0x85FFA8) is known color: Mint Green. HEX triplet: 85, FF and A8. RGB value is (133,255,168). Sum of RGB (Red+Green+Blue) = 133+255+168=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FFA8 is #7A0057. Grayscale: #D0D0D0. Windows color (decimal): -7995480 or 11075461. OLE color: 11075461.

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

Color convert

RGB 133 255 168 -
CMYK 0.48 0 0.34 0
HSL 137.21º 1% 0.76% -
HSV(B) 137.21º 0.48% 1% -
XYZ 52.5 79.33 49.59 -
YUV 208.6 105.08 74.07 -
System Red Green Blue C M Y K H S L
Decimal 133 255 168 0.48 0 0.34 0 137.21 1 0.76
Hex 85 FF A8 30 0 22 0 89 64 4C
Octal 205 377 250 60 0 42 0 211 144 114
Binary 10000101 11111111 10101000 110000 0 100010 0 10001001 1100100 1001100

Color Harmonies of #85FFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FFA8

Black with #85FFA8

Text Example


Text Example

White with #85FFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,255,168); }

 H1.HeaderClassName
 {
   color: #85FFA8;
 }
 .AnyTagClassName
 {
   color: #85FFA8;
 }
</style>

background-color css

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

 a { background-color: rgb(133,255,168); }

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

border-color css

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

 span { border-color: rgb(133,255,168); }

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