#ADFED7

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

Shades of Magic Mint #ADFED7

Tints of Magic Mint #ADFED7

Color information

#ADFED7 (or 0xADFED7) is unknown color: approx Magic Mint. HEX triplet: AD, FE and D7. RGB value is (173,254,215). Sum of RGB (Red+Green+Blue) = 173+254+215=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFED7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFED7 is #520128. Grayscale: #E1E1E1. Windows color (decimal): -5374249 or 14155437. OLE color: 14155437.

HSL color Cylindrical-coordinate representation of color #ADFED7: hue angle of 151.11º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFED7 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB173254215-
CMYK0.3200.150.00
HSL151.11º97.59%83.73%-
HSV(B)151.11º31.89%99.61%-
XYZ64.9484.6777.21-
YUV225.33122.1690.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.95%
GREEN value IS 254 (99.61% from 255) = 39.56%
BLUE value IS 215 (84.38% from 255) = 33.49%
R=26.95%
G=39.56%
B=33.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1732542150.3200.150.00151.1197.5983.73
HexADFED7200F0976254
Octal255376327400170227142124
Binary1010110111111110110101111000000111101001011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFED7; }

 p { color: rgb(173,254,215); }

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

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

 a { background-color: rgb(173,254,215); }

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

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

 span { border-color: rgb(173,254,215); }

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