Html Css Color HEX #A3FACC Magic Mint

📋 copy color: '#A3FACC'

red 163 ◦ green 250 ◦ blue 204

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

Shades of Magic Mint #A3FACC

Tints of Magic Mint #A3FACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.06%

R = 26.42%
G = 40.52%
B = 33.06%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#A3FACC (or 0xA3FACC) is known color: Magic Mint. HEX triplet: A3, FA and CC. RGB value is (163,250,204). Sum of RGB (Red+Green+Blue) = 163+250+204=617 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.42% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #A3FACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FACC is #5C0533. Grayscale: #DADADA. Windows color (decimal): -6030644 or 13433507. OLE color: 13433507.

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

Color convert

RGB 163 250 204 -
CMYK 0.35 0 0.18 0.02
HSL 148.28º 0.9% 0.81% -
HSV(B) 148.28º 0.35% 0.98% -
XYZ 60.19 80.52 69.5 -
YUV 218.74 119.68 88.24 -
System Red Green Blue C M Y K H S L
Decimal 163 250 204 0.35 0 0.18 0.02 148.28 0.9 0.81
Hex A3 FA CC 23 0 12 2 94 5A 51
Octal 243 372 314 43 0 22 2 224 132 121
Binary 10100011 11111010 11001100 100011 0 10010 10 10010100 1011010 1010001

Color Harmonies of #A3FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3FACC

Black with #A3FACC

Text Example


Text Example

White with #A3FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3FACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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