#ADFED6

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

Shades of Magic Mint #ADFED6

Tints of Magic Mint #ADFED6

Color information

#ADFED6 (or 0xADFED6) is unknown color: approx Magic Mint. HEX triplet: AD, FE and D6. RGB value is (173,254,214). Sum of RGB (Red+Green+Blue) = 173+254+214=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 214 (83.98% from 255 or 33.39% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFED6 is #520129. Grayscale: #E1E1E1. Windows color (decimal): -5374250 or 14089901. OLE color: 14089901.

HSL color Cylindrical-coordinate representation of color #ADFED6: hue angle of 150.37º 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 #ADFED6 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB173254214-
CMYK0.3200.160.00
HSL150.37º97.59%83.73%-
HSV(B)150.37º31.89%99.61%-
XYZ64.8184.6276.54-
YUV225.22121.6690.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.99%
GREEN value IS 254 (99.61% from 255) = 39.63%
BLUE value IS 214 (83.98% from 255) = 33.39%
R=26.99%
G=39.63%
B=33.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1732542140.3200.160.00150.3797.5983.73
HexADFED6200100966254
Octal255376326400200226142124
Binary10101101111111101101011010000001000001001011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFED6; }

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

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

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

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

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

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

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

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