Html Css Color HEX #A4FACD Magic Mint

📋 copy color: '#A4FACD'

red 164 ◦ green 250 ◦ blue 205

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

Shades of Magic Mint #A4FACD

Tints of Magic Mint #A4FACD

RGB

 RED value IS 164 (64.45% from 255) = 26.49%

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

 BLUE value IS 205 (80.47% from 255) = 33.12%

R = 26.49%
G = 40.39%
B = 33.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#A4FACD (or 0xA4FACD) is known color: Magic Mint. HEX triplet: A4, FA and CD. RGB value is (164,250,205). Sum of RGB (Red+Green+Blue) = 164+250+205=619 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.49% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FACD is #5B0532. Grayscale: #DBDBDB. Windows color (decimal): -5965107 or 13499044. OLE color: 13499044.

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

Color convert

RGB 164 250 205 -
CMYK 0.34 0 0.18 0.02
HSL 148.6º 0.9% 0.81% -
HSV(B) 148.6º 0.34% 0.98% -
XYZ 60.51 80.67 70.14 -
YUV 219.16 120.01 88.66 -
System Red Green Blue C M Y K H S L
Decimal 164 250 205 0.34 0 0.18 0.02 148.6 0.9 0.81
Hex A4 FA CD 22 0 12 2 95 5A 51
Octal 244 372 315 42 0 22 2 225 132 121
Binary 10100100 11111010 11001101 100010 0 10010 10 10010101 1011010 1010001

Color Harmonies of #A4FACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FACD

Black with #A4FACD

Text Example


Text Example

White with #A4FACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FACD; }

 p { color: rgb(164,250,205); }

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

background-color css

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

 a { background-color: rgb(164,250,205); }

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

border-color css

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

 span { border-color: rgb(164,250,205); }

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