Html Css Color HEX #A4FACE Magic Mint

📋 copy color: '#A4FACE'

red 164 ◦ green 250 ◦ blue 206

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

Shades of Magic Mint #A4FACE

Tints of Magic Mint #A4FACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.23%

R = 26.45%
G = 40.32%
B = 33.23%

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

#A4FACE (or 0xA4FACE) is known color: Magic Mint. HEX triplet: A4, FA and CE. RGB value is (164,250,206). Sum of RGB (Red+Green+Blue) = 164+250+206=620 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.45% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FACE is #5B0531. Grayscale: #DBDBDB. Windows color (decimal): -5965106 or 13564580. OLE color: 13564580.

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

Color convert

RGB 164 250 206 -
CMYK 0.34 0 0.18 0.02
HSL 149.3º 0.9% 0.81% -
HSV(B) 149.3º 0.34% 0.98% -
XYZ 60.64 80.72 70.78 -
YUV 219.27 120.51 88.58 -
System Red Green Blue C M Y K H S L
Decimal 164 250 206 0.34 0 0.18 0.02 149.3 0.9 0.81
Hex A4 FA CE 22 0 12 2 95 5A 51
Octal 244 372 316 42 0 22 2 225 132 121
Binary 10100100 11111010 11001110 100010 0 10010 10 10010101 1011010 1010001

Color Harmonies of #A4FACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FACE

Black with #A4FACE

Text Example


Text Example

White with #A4FACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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