#ADF8DC

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

Shades of Magic Mint #ADF8DC

Tints of Magic Mint #ADF8DC

Color information

#ADF8DC (or 0xADF8DC) is unknown color: approx Magic Mint. HEX triplet: AD, F8 and DC. RGB value is (173,248,220). Sum of RGB (Red+Green+Blue) = 173+248+220=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF8DC is #520723. Grayscale: #DEDEDE. Windows color (decimal): -5375780 or 14481581. OLE color: 14481581.

HSL color Cylindrical-coordinate representation of color #ADF8DC: hue angle of 157.6º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF8DC is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB173248220-
CMYK0.3000.110.03
HSL157.6º84.27%82.55%-
HSV(B)157.6º30.24%97.25%-
XYZ63.7281.1980.02-
YUV222.38126.6592.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.99%
GREEN value IS 248 (97.27% from 255) = 38.69%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=26.99%
G=38.69%
B=34.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1732482200.3000.110.03157.684.2782.55
HexADF8DC1E0B39e5453
Octal255370334360133236124123
Binary1010110111111000110111001111001011111001111010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF8DC; }

 p { color: rgb(173,248,220); }

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

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

 a { background-color: rgb(173,248,220); }

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

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

 span { border-color: rgb(173,248,220); }

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