Html Css Color HEX #85FFAA Mint Green

📋 copy color: '#85FFAA'

red 133 ◦ green 255 ◦ blue 170

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

Shades of Mint Green #85FFAA

Tints of Mint Green #85FFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.47%

R = 23.84%
G = 45.7%
B = 30.47%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#85FFAA (or 0x85FFAA) is known color: Mint Green. HEX triplet: 85, FF and AA. RGB value is (133,255,170). Sum of RGB (Red+Green+Blue) = 133+255+170=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FFAA is #7A0055. Grayscale: #D1D1D1. Windows color (decimal): -7995478 or 11206533. OLE color: 11206533.

HSL color Cylindrical-coordinate representation of color #85FFAA: hue angle of 138.2º 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 #85FFAA is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 133 255 170 -
CMYK 0.48 0 0.33 0
HSL 138.2º 1% 0.76% -
HSV(B) 138.2º 0.48% 1% -
XYZ 52.69 79.41 50.58 -
YUV 208.83 106.08 73.91 -
System Red Green Blue C M Y K H S L
Decimal 133 255 170 0.48 0 0.33 0 138.2 1 0.76
Hex 85 FF AA 30 0 21 0 8A 64 4C
Octal 205 377 252 60 0 41 0 212 144 114
Binary 10000101 11111111 10101010 110000 0 100001 0 10001010 1100100 1001100

Color Harmonies of #85FFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FFAA

Black with #85FFAA

Text Example


Text Example

White with #85FFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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