Html Css Color HEX #81FFAA Mint Green

📋 copy color: '#81FFAA'

red 129 ◦ green 255 ◦ blue 170

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

Shades of Mint Green #81FFAA

Tints of Mint Green #81FFAA

RGB

 RED value IS 129 (50.78% from 255) = 23.29%

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

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

R = 23.29%
G = 46.03%
B = 30.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#81FFAA (or 0x81FFAA) is known color: Mint Green. HEX triplet: 81, FF and AA. RGB value is (129,255,170). Sum of RGB (Red+Green+Blue) = 129+255+170=554 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.29% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #81FFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81FFAA is #7E0055. Grayscale: #CFCFCF. Windows color (decimal): -8257622 or 11206529. OLE color: 11206529.

HSL color Cylindrical-coordinate representation of color #81FFAA: hue angle of 139.52º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FFAA is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 129 255 170 -
CMYK 0.49 0 0.33 0
HSL 139.52º 1% 0.75% -
HSV(B) 139.52º 0.49% 1% -
XYZ 52.07 79.09 50.55 -
YUV 207.64 106.76 71.91 -
System Red Green Blue C M Y K H S L
Decimal 129 255 170 0.49 0 0.33 0 139.52 1 0.75
Hex 81 FF AA 31 0 21 0 8C 64 4B
Octal 201 377 252 61 0 41 0 214 144 113
Binary 10000001 11111111 10101010 110001 0 100001 0 10001100 1100100 1001011

Color Harmonies of #81FFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81FFAA

Black with #81FFAA

Text Example


Text Example

White with #81FFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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