#ADFCD4

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

Shades of Magic Mint #ADFCD4

Tints of Magic Mint #ADFCD4

Color information

#ADFCD4 (or 0xADFCD4) is unknown color: approx Magic Mint. HEX triplet: AD, FC and D4. RGB value is (173,252,212). Sum of RGB (Red+Green+Blue) = 173+252+212=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFCD4 is #52032B. Grayscale: #DFDFDF. Windows color (decimal): -5374764 or 13958317. OLE color: 13958317.

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

Color convert

RGB173252212-
CMYK0.3100.160.01
HSL149.62º92.94%83.33%-
HSV(B)149.62º31.35%98.82%-
XYZ63.9383.2674.99-
YUV223.82121.3391.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.16%
GREEN value IS 252 (98.83% from 255) = 39.56%
BLUE value IS 212 (83.20% from 255) = 33.28%
R=27.16%
G=39.56%
B=33.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732522120.3100.160.01149.6292.9483.33
HexADFCD41F0101965d53
Octal255374324370201226135123
Binary1010110111111100110101001111101000011001011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFCD4; }

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

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

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

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

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

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

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

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