#72FFA6

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

Shades of Mint Green #72FFA6

Tints of Mint Green #72FFA6

Color information

#72FFA6 (or 0x72FFA6) is unknown color: approx Mint Green. HEX triplet: 72, FF and A6. RGB value is (114,255,166). Sum of RGB (Red+Green+Blue) = 114+255+166=535 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.31% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FFA6 is #8D0059. Grayscale: #CACACA. Windows color (decimal): -9240666 or 10944370. OLE color: 10944370.

HSL color Cylindrical-coordinate representation of color #72FFA6: hue angle of 142.13º 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 #72FFA6 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB114255166-
CMYK0.5500.350
HSL142.13º100%72.35%-
HSV(B)142.13º55.29%100%-
XYZ49.5877.8548.49-
YUV202.7107.2964.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.31%
GREEN value IS 255 (100% from 255) = 47.66%
BLUE value IS 166 (65.23% from 255) = 31.03%
R=21.31%
G=47.66%
B=31.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1142551660.5500.350142.1310072.35
Hex72FFA63702308e6448
Octal162377246670430216144110
Binary11100101111111110100110110111010001101000111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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