#7AFDA5

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

Shades of Mint Green #7AFDA5

Tints of Mint Green #7AFDA5

Color information

#7AFDA5 (or 0x7AFDA5) is unknown color: approx Mint Green. HEX triplet: 7A, FD and A5. RGB value is (122,253,165). Sum of RGB (Red+Green+Blue) = 122+253+165=540 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.59% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFDA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFDA5 is #85025A. Grayscale: #CCCCCC. Windows color (decimal): -8716891 or 10878330. OLE color: 10878330.

HSL color Cylindrical-coordinate representation of color #7AFDA5: hue angle of 139.69º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFDA5 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB122253165-
CMYK0.5200.350.01
HSL139.69º97.04%73.53%-
HSV(B)139.69º51.78%99.22%-
XYZ49.9477.147.85-
YUV203.8106.169.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.59%
GREEN value IS 253 (99.22% from 255) = 46.85%
BLUE value IS 165 (64.84% from 255) = 30.56%
R=22.59%
G=46.85%
B=30.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1222531650.5200.350.01139.6997.0473.53
Hex7AFDA53402318c614a
Octal172375245640431214141112
Binary11110101111110110100101110100010001111000110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AFDA5; }

 p { color: rgb(122,253,165); }

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

<style>
 a { background-color: #7AFDA5; }

 a { background-color: rgb(122,253,165); }

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

<style>
 span { border-color: #7AFDA5; }

 span { border-color: rgb(122,253,165); }

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