#ADFCD8

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

Shades of Magic Mint #ADFCD8

Tints of Magic Mint #ADFCD8

Color information

#ADFCD8 (or 0xADFCD8) is unknown color: approx Magic Mint. HEX triplet: AD, FC and D8. RGB value is (173,252,216). Sum of RGB (Red+Green+Blue) = 173+252+216=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFCD8 is #520327. Grayscale: #E0E0E0. Windows color (decimal): -5374760 or 14220461. OLE color: 14220461.

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

Color convert

RGB173252216-
CMYK0.3100.140.01
HSL152.66º92.94%83.33%-
HSV(B)152.66º31.35%98.82%-
XYZ64.4483.4677.68-
YUV224.27123.3391.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.99%
GREEN value IS 252 (98.83% from 255) = 39.31%
BLUE value IS 216 (84.77% from 255) = 33.70%
R=26.99%
G=39.31%
B=33.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732522160.3100.140.01152.6692.9483.33
HexADFCD81F0E1995d53
Octal255374330370161231135123
Binary101011011111110011011000111110111011001100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFCD8; }

 p { color: rgb(173,252,216); }

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

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

 a { background-color: rgb(173,252,216); }

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

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

 span { border-color: rgb(173,252,216); }

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