Html Css Color HEX #ACFAD2 Magic Mint

📋 copy color: '#ACFAD2'

red 172 ◦ green 250 ◦ blue 210

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

Shades of Magic Mint #ACFAD2

Tints of Magic Mint #ACFAD2

RGB

 RED value IS 172 (67.58% from 255) = 27.22%

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

 BLUE value IS 210 (82.42% from 255) = 33.23%

R = 27.22%
G = 39.56%
B = 33.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#ACFAD2 (or 0xACFAD2) is known color: Magic Mint. HEX triplet: AC, FA and D2. RGB value is (172,250,210). Sum of RGB (Red+Green+Blue) = 172+250+210=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 210 (82.42% from 255 or 33.23% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFAD2 is #53052D. Grayscale: #DEDEDE. Windows color (decimal): -5440814 or 13826732. OLE color: 13826732.

HSL color Cylindrical-coordinate representation of color #ACFAD2: hue angle of 149.23º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFAD2 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 250 210 -
CMYK 0.31 0 0.16 0.02
HSL 149.23º 0.89% 0.83% -
HSV(B) 149.23º 0.31% 0.98% -
XYZ 62.83 81.8 73.45 -
YUV 222.12 121.16 92.25 -
System Red Green Blue C M Y K H S L
Decimal 172 250 210 0.31 0 0.16 0.02 149.23 0.89 0.83
Hex AC FA D2 1F 0 10 2 95 59 53
Octal 254 372 322 37 0 20 2 225 131 123
Binary 10101100 11111010 11010010 11111 0 10000 10 10010101 1011001 1010011

Color Harmonies of #ACFAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFAD2

Black with #ACFAD2

Text Example


Text Example

White with #ACFAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFAD2; }

 p { color: rgb(172,250,210); }

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

background-color css

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

 a { background-color: rgb(172,250,210); }

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

border-color css

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

 span { border-color: rgb(172,250,210); }

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