Html Css Color HEX #ACFAD3 Magic Mint

📋 copy color: '#ACFAD3'

red 172 ◦ green 250 ◦ blue 211

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

Shades of Magic Mint #ACFAD3

Tints of Magic Mint #ACFAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.33%

R = 27.17%
G = 39.49%
B = 33.33%

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

#ACFAD3 (or 0xACFAD3) is known color: Magic Mint. HEX triplet: AC, FA and D3. RGB value is (172,250,211). Sum of RGB (Red+Green+Blue) = 172+250+211=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 211 (82.81% from 255 or 33.33% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFAD3 is #53052C. Grayscale: #DEDEDE. Windows color (decimal): -5440813 or 13892268. OLE color: 13892268.

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

Color convert

RGB 172 250 211 -
CMYK 0.31 0 0.16 0.02
HSL 150º 0.89% 0.83% -
HSV(B) 150º 0.31% 0.98% -
XYZ 62.96 81.85 74.11 -
YUV 222.23 121.66 92.17 -
System Red Green Blue C M Y K H S L
Decimal 172 250 211 0.31 0 0.16 0.02 150 0.89 0.83
Hex AC FA D3 1F 0 10 2 96 59 53
Octal 254 372 323 37 0 20 2 226 131 123
Binary 10101100 11111010 11010011 11111 0 10000 10 10010110 1011001 1010011

Color Harmonies of #ACFAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFAD3

Black with #ACFAD3

Text Example


Text Example

White with #ACFAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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