#ADFAD6

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

Shades of Magic Mint #ADFAD6

Tints of Magic Mint #ADFAD6

Color information

#ADFAD6 (or 0xADFAD6) is unknown color: approx Magic Mint. HEX triplet: AD, FA and D6. RGB value is (173,250,214). Sum of RGB (Red+Green+Blue) = 173+250+214=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFAD6 is #520529. Grayscale: #DEDEDE. Windows color (decimal): -5375274 or 14088877. OLE color: 14088877.

HSL color Cylindrical-coordinate representation of color #ADFAD6: hue angle of 151.95º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFAD6 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB173250214-
CMYK0.3100.140.02
HSL151.95º88.51%82.94%-
HSV(B)151.95º30.8%98.04%-
XYZ63.5682.1176.12-
YUV222.87122.9992.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.16%
GREEN value IS 250 (98.05% from 255) = 39.25%
BLUE value IS 214 (83.98% from 255) = 33.59%
R=27.16%
G=39.25%
B=33.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732502140.3100.140.02151.9588.5182.94
HexADFAD61F0E2985953
Octal255372326370162230131123
Binary1010110111111010110101101111101110101001100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFAD6; }

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

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

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

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

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

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

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

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