#ADFAC5

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

Shades of Magic Mint #ADFAC5

Tints of Magic Mint #ADFAC5

Color information

#ADFAC5 (or 0xADFAC5) is unknown color: approx Magic Mint. HEX triplet: AD, FA and C5. RGB value is (173,250,197). Sum of RGB (Red+Green+Blue) = 173+250+197=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFAC5 is #52053A. Grayscale: #DDDDDD. Windows color (decimal): -5375291 or 12974765. OLE color: 12974765.

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

Color convert

RGB173250197-
CMYK0.3100.210.02
HSL138.7º88.51%82.94%-
HSV(B)138.7º30.8%98.04%-
XYZ61.581.2965.27-
YUV220.94114.4993.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.90%
GREEN value IS 250 (98.05% from 255) = 40.32%
BLUE value IS 197 (77.34% from 255) = 31.77%
R=27.90%
G=40.32%
B=31.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732501970.3100.210.02138.788.5182.94
HexADFAC51F01528b5953
Octal255372305370252213131123
Binary10101101111110101100010111111010101101000101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFAC5; }

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

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

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

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

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

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

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

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