#ADFAD0

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

Shades of Magic Mint #ADFAD0

Tints of Magic Mint #ADFAD0

Color information

#ADFAD0 (or 0xADFAD0) is unknown color: approx Magic Mint. HEX triplet: AD, FA and D0. RGB value is (173,250,208). Sum of RGB (Red+Green+Blue) = 173+250+208=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFAD0 is #52052F. Grayscale: #DEDEDE. Windows color (decimal): -5375280 or 13695661. OLE color: 13695661.

HSL color Cylindrical-coordinate representation of color #ADFAD0: hue angle of 147.27º 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 #ADFAD0 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB173250208-
CMYK0.3100.170.02
HSL147.27º88.51%82.94%-
HSV(B)147.27º30.8%98.04%-
XYZ62.881.8172.16-
YUV222.19119.9992.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.42%
GREEN value IS 250 (98.05% from 255) = 39.62%
BLUE value IS 208 (81.64% from 255) = 32.96%
R=27.42%
G=39.62%
B=32.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732502080.3100.170.02147.2788.5182.94
HexADFAD01F0112935953
Octal255372320370212223131123
Binary10101101111110101101000011111010001101001001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFAD0; }

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

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

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

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

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

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

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

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