#ADFDC6

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

Shades of Magic Mint #ADFDC6

Tints of Magic Mint #ADFDC6

Color information

#ADFDC6 (or 0xADFDC6) is unknown color: approx Magic Mint. HEX triplet: AD, FD and C6. RGB value is (173,253,198). Sum of RGB (Red+Green+Blue) = 173+253+198=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDC6 is #520239. Grayscale: #DEDEDE. Windows color (decimal): -5374522 or 13041069. OLE color: 13041069.

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

Color convert

RGB173253198-
CMYK0.3200.220.01
HSL138.75º95.24%83.53%-
HSV(B)138.75º31.62%99.22%-
XYZ62.5583.2166.19-
YUV222.8111492.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.72%
GREEN value IS 253 (99.22% from 255) = 40.54%
BLUE value IS 198 (77.73% from 255) = 31.73%
R=27.72%
G=40.54%
B=31.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732531980.3200.220.01138.7595.2483.53
HexADFDC62001618b5f54
Octal255375306400261213137124
Binary10101101111111011100011010000001011011000101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFDC6; }

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

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

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

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

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

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

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

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