#ADFDC7

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

Shades of Magic Mint #ADFDC7

Tints of Magic Mint #ADFDC7

Color information

#ADFDC7 (or 0xADFDC7) is unknown color: approx Magic Mint. HEX triplet: AD, FD and C7. RGB value is (173,253,199). Sum of RGB (Red+Green+Blue) = 173+253+199=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDC7 is #520238. Grayscale: #DFDFDF. Windows color (decimal): -5374521 or 13106605. OLE color: 13106605.

HSL color Cylindrical-coordinate representation of color #ADFDC7: hue angle of 139.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDC7 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB173253199-
CMYK0.3200.210.01
HSL139.5º95.24%83.53%-
HSV(B)139.5º31.62%99.22%-
XYZ62.6783.2666.8-
YUV222.92114.592.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.68%
GREEN value IS 253 (99.22% from 255) = 40.48%
BLUE value IS 199 (78.12% from 255) = 31.84%
R=27.68%
G=40.48%
B=31.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732531990.3200.210.01139.595.2483.53
HexADFDC72001518c5f54
Octal255375307400251214137124
Binary10101101111111011100011110000001010111000110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFDC7; }

 p { color: rgb(173,253,199); }

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

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

 a { background-color: rgb(173,253,199); }

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

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

 span { border-color: rgb(173,253,199); }

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