Html Css Color HEX #A4FACF Magic Mint

📋 copy color: '#A4FACF'

red 164 ◦ green 250 ◦ blue 207

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

Shades of Magic Mint #A4FACF

Tints of Magic Mint #A4FACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.33%

R = 26.41%
G = 40.26%
B = 33.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#A4FACF (or 0xA4FACF) is known color: Magic Mint. HEX triplet: A4, FA and CF. RGB value is (164,250,207). Sum of RGB (Red+Green+Blue) = 164+250+207=621 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.41% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FACF is #5B0530. Grayscale: #DBDBDB. Windows color (decimal): -5965105 or 13630116. OLE color: 13630116.

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

Color convert

RGB 164 250 207 -
CMYK 0.34 0 0.17 0.02
HSL 150º 0.9% 0.81% -
HSV(B) 150º 0.34% 0.98% -
XYZ 60.76 80.77 71.42 -
YUV 219.38 121.01 88.5 -
System Red Green Blue C M Y K H S L
Decimal 164 250 207 0.34 0 0.17 0.02 150 0.9 0.81
Hex A4 FA CF 22 0 11 2 96 5A 51
Octal 244 372 317 42 0 21 2 226 132 121
Binary 10100100 11111010 11001111 100010 0 10001 10 10010110 1011010 1010001

Color Harmonies of #A4FACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FACF

Black with #A4FACF

Text Example


Text Example

White with #A4FACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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