Html Css Color HEX #A3FAD7 Magic Mint

📋 copy color: '#A3FAD7'

red 163 ◦ green 250 ◦ blue 215

#A3FAD7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #A3FAD7

Tints of Magic Mint #A3FAD7

RGB

 RED value IS 163 (64.06% from 255) = 25.96%

 GREEN value IS 250 (98.05% from 255) = 39.81%

 BLUE value IS 215 (84.38% from 255) = 34.24%

R = 25.96%
G = 39.81%
B = 34.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#A3FAD7 (or 0xA3FAD7) is known color: Magic Mint. HEX triplet: A3, FA and D7. RGB value is (163,250,215). Sum of RGB (Red+Green+Blue) = 163+250+215=628 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.96% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #A3FAD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FAD7 is #5C0528. Grayscale: #DCDCDC. Windows color (decimal): -6030633 or 14154403. OLE color: 14154403.

HSL color Cylindrical-coordinate representation of color #A3FAD7: hue angle of 155.86º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3FAD7 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 250 215 -
CMYK 0.35 0 0.14 0.02
HSL 155.86º 0.9% 0.81% -
HSV(B) 155.86º 0.35% 0.98% -
XYZ 61.56 81.06 76.69 -
YUV 220 125.18 87.35 -
System Red Green Blue C M Y K H S L
Decimal 163 250 215 0.35 0 0.14 0.02 155.86 0.9 0.81
Hex A3 FA D7 23 0 E 2 9C 5A 51
Octal 243 372 327 43 0 16 2 234 132 121
Binary 10100011 11111010 11010111 100011 0 1110 10 10011100 1011010 1010001

Color Harmonies of #A3FAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3FAD7

Black with #A3FAD7

Text Example


Text Example

White with #A3FAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3FAD7; }

 p { color: rgb(163,250,215); }

 H1.HeaderClassName
 {
   color: #A3FAD7;
 }
 .AnyTagClassName
 {
   color: #A3FAD7;
 }
</style>

background-color css

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

 a { background-color: rgb(163,250,215); }

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

border-color css

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

 span { border-color: rgb(163,250,215); }

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