Html Css Color HEX #ACFED3 Magic Mint

📋 copy color: '#ACFED3'

red 172 ◦ green 254 ◦ blue 211

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

Shades of Magic Mint #ACFED3

Tints of Magic Mint #ACFED3

RGB

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

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

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

R = 27%
G = 39.87%
B = 33.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#ACFED3 (or 0xACFED3) is known color: Magic Mint. HEX triplet: AC, FE and D3. RGB value is (172,254,211). Sum of RGB (Red+Green+Blue) = 172+254+211=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFED3 is #53012C. Grayscale: #E0E0E0. Windows color (decimal): -5439789 or 13893292. OLE color: 13893292.

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

Color convert

RGB 172 254 211 -
CMYK 0.32 0 0.17 0.00
HSL 148.54º 0.98% 0.84% -
HSV(B) 148.54º 0.32% 1% -
XYZ 64.21 84.36 74.53 -
YUV 224.58 120.33 90.5 -
System Red Green Blue C M Y K H S L
Decimal 172 254 211 0.32 0 0.17 0.00 148.54 0.98 0.84
Hex AC FE D3 20 0 11 0 95 62 54
Octal 254 376 323 40 0 21 0 225 142 124
Binary 10101100 11111110 11010011 100000 0 10001 0 10010101 1100010 1010100

Color Harmonies of #ACFED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFED3

Black with #ACFED3

Text Example


Text Example

White with #ACFED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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