#ADFAD3

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

Shades of Magic Mint #ADFAD3

Tints of Magic Mint #ADFAD3

Color information

#ADFAD3 (or 0xADFAD3) is unknown color: approx Magic Mint. HEX triplet: AD, FA and D3. RGB value is (173,250,211). Sum of RGB (Red+Green+Blue) = 173+250+211=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFAD3 is #52052C. Grayscale: #DEDEDE. Windows color (decimal): -5375277 or 13892269. OLE color: 13892269.

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

Color convert

RGB173250211-
CMYK0.3100.160.02
HSL149.61º88.51%82.94%-
HSV(B)149.61º30.8%98.04%-
XYZ63.1881.9674.12-
YUV222.53121.4992.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.29%
GREEN value IS 250 (98.05% from 255) = 39.43%
BLUE value IS 211 (82.81% from 255) = 33.28%
R=27.29%
G=39.43%
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.02
SystemRedGreenBlueCMYKHSL
Decimal1732502110.3100.160.02149.6188.5182.94
HexADFAD31F0102965953
Octal255372323370202226131123
Binary10101101111110101101001111111010000101001011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFAD3; }

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

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

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

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

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

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

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

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