Html Css Color HEX #ACFED5 Magic Mint

📋 copy color: '#ACFED5'

red 172 ◦ green 254 ◦ blue 213

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

Shades of Magic Mint #ACFED5

Tints of Magic Mint #ACFED5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.75%

 BLUE value IS 213 (83.59% from 255) = 33.33%

R = 26.92%
G = 39.75%
B = 33.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#ACFED5 (or 0xACFED5) is known color: Magic Mint. HEX triplet: AC, FE and D5. RGB value is (172,254,213). Sum of RGB (Red+Green+Blue) = 172+254+213=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFED5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFED5 is #53012A. Grayscale: #E0E0E0. Windows color (decimal): -5439787 or 14024364. OLE color: 14024364.

HSL color Cylindrical-coordinate representation of color #ACFED5: hue angle of 150º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFED5 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 254 213 -
CMYK 0.32 0 0.16 0.00
HSL 150º 0.98% 0.84% -
HSV(B) 150º 0.32% 1% -
XYZ 64.47 84.46 75.86 -
YUV 224.81 121.33 90.33 -
System Red Green Blue C M Y K H S L
Decimal 172 254 213 0.32 0 0.16 0.00 150 0.98 0.84
Hex AC FE D5 20 0 10 0 96 62 54
Octal 254 376 325 40 0 20 0 226 142 124
Binary 10101100 11111110 11010101 100000 0 10000 0 10010110 1100010 1010100

Color Harmonies of #ACFED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFED5

Black with #ACFED5

Text Example


Text Example

White with #ACFED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFED5; }

 p { color: rgb(172,254,213); }

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

background-color css

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

 a { background-color: rgb(172,254,213); }

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

border-color css

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

 span { border-color: rgb(172,254,213); }

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