#ADFAC8

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

Shades of Magic Mint #ADFAC8

Tints of Magic Mint #ADFAC8

Color information

#ADFAC8 (or 0xADFAC8) is unknown color: approx Magic Mint. HEX triplet: AD, FA and C8. RGB value is (173,250,200). Sum of RGB (Red+Green+Blue) = 173+250+200=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFAC8 is #520537. Grayscale: #DDDDDD. Windows color (decimal): -5375288 or 13171373. OLE color: 13171373.

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

Color convert

RGB173250200-
CMYK0.3100.20.02
HSL141.04º88.51%82.94%-
HSV(B)141.04º30.8%98.04%-
XYZ61.8481.4367.1-
YUV221.28115.9993.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.77%
GREEN value IS 250 (98.05% from 255) = 40.13%
BLUE value IS 200 (78.52% from 255) = 32.10%
R=27.77%
G=40.13%
B=32.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732502000.3100.20.02141.0488.5182.94
HexADFAC81F01428d5953
Octal255372310370242215131123
Binary10101101111110101100100011111010100101000110110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFAC8; }

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

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

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

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

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

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

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

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