#72FFA4

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

Shades of Mint Green #72FFA4

Tints of Mint Green #72FFA4

Color information

#72FFA4 (or 0x72FFA4) is unknown color: approx Mint Green. HEX triplet: 72, FF and A4. RGB value is (114,255,164). Sum of RGB (Red+Green+Blue) = 114+255+164=533 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.39% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FFA4 is #8D005B. Grayscale: #CACACA. Windows color (decimal): -9240668 or 10813298. OLE color: 10813298.

HSL color Cylindrical-coordinate representation of color #72FFA4: hue angle of 141.28º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FFA4 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB114255164-
CMYK0.5500.360
HSL141.28º100%72.35%-
HSV(B)141.28º55.29%100%-
XYZ49.477.7847.53-
YUV202.47106.2964.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.39%
GREEN value IS 255 (100% from 255) = 47.84%
BLUE value IS 164 (64.45% from 255) = 30.77%
R=21.39%
G=47.84%
B=30.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1142551640.5500.360141.2810072.35
Hex72FFA43702408d6448
Octal162377244670440215144110
Binary11100101111111110100100110111010010001000110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72FFA4; }

 p { color: rgb(114,255,164); }

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

<style>
 a { background-color: #72FFA4; }

 a { background-color: rgb(114,255,164); }

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

<style>
 span { border-color: #72FFA4; }

 span { border-color: rgb(114,255,164); }

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