Html Css Color HEX #85FFAF Mint Green

📋 copy color: '#85FFAF'

red 133 ◦ green 255 ◦ blue 175

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

Shades of Mint Green #85FFAF

Tints of Mint Green #85FFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.08%

R = 23.62%
G = 45.29%
B = 31.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#85FFAF (or 0x85FFAF) is known color: Mint Green. HEX triplet: 85, FF and AF. RGB value is (133,255,175). Sum of RGB (Red+Green+Blue) = 133+255+175=563 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.62% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FFAF is #7A0050. Grayscale: #D1D1D1. Windows color (decimal): -7995473 or 11534213. OLE color: 11534213.

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

Color convert

RGB 133 255 175 -
CMYK 0.48 0 0.31 0
HSL 140.66º 1% 0.76% -
HSV(B) 140.66º 0.48% 1% -
XYZ 53.17 79.6 53.12 -
YUV 209.4 108.58 73.5 -
System Red Green Blue C M Y K H S L
Decimal 133 255 175 0.48 0 0.31 0 140.66 1 0.76
Hex 85 FF AF 30 0 1F 0 8D 64 4C
Octal 205 377 257 60 0 37 0 215 144 114
Binary 10000101 11111111 10101111 110000 0 11111 0 10001101 1100100 1001100

Color Harmonies of #85FFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FFAF

Black with #85FFAF

Text Example


Text Example

White with #85FFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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