#ADFACF

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

Shades of Magic Mint #ADFACF

Tints of Magic Mint #ADFACF

Color information

#ADFACF (or 0xADFACF) is unknown color: approx Magic Mint. HEX triplet: AD, FA and CF. RGB value is (173,250,207). Sum of RGB (Red+Green+Blue) = 173+250+207=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFACF is #520530. Grayscale: #DEDEDE. Windows color (decimal): -5375281 or 13630125. OLE color: 13630125.

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

Color convert

RGB173250207-
CMYK0.3100.170.02
HSL146.49º88.51%82.94%-
HSV(B)146.49º30.8%98.04%-
XYZ62.6881.7671.51-
YUV222.08119.4993-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.46%
GREEN value IS 250 (98.05% from 255) = 39.68%
BLUE value IS 207 (81.25% from 255) = 32.86%
R=27.46%
G=39.68%
B=32.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732502070.3100.170.02146.4988.5182.94
HexADFACF1F0112925953
Octal255372317370212222131123
Binary10101101111110101100111111111010001101001001010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFACF; }

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

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

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

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

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

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

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

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