Html Css Color HEX #ACFED0 Magic Mint

📋 copy color: '#ACFED0'

red 172 ◦ green 254 ◦ blue 208

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

Shades of Magic Mint #ACFED0

Tints of Magic Mint #ACFED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.81%

R = 27.13%
G = 40.06%
B = 32.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#ACFED0 (or 0xACFED0) is known color: Magic Mint. HEX triplet: AC, FE and D0. RGB value is (172,254,208). Sum of RGB (Red+Green+Blue) = 172+254+208=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFED0 is #53012F. Grayscale: #E0E0E0. Windows color (decimal): -5439792 or 13696684. OLE color: 13696684.

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

Color convert

RGB 172 254 208 -
CMYK 0.32 0 0.18 0.00
HSL 146.34º 0.98% 0.84% -
HSV(B) 146.34º 0.32% 1% -
XYZ 63.84 84.21 72.56 -
YUV 224.24 118.83 90.74 -
System Red Green Blue C M Y K H S L
Decimal 172 254 208 0.32 0 0.18 0.00 146.34 0.98 0.84
Hex AC FE D0 20 0 12 0 92 62 54
Octal 254 376 320 40 0 22 0 222 142 124
Binary 10101100 11111110 11010000 100000 0 10010 0 10010010 1100010 1010100

Color Harmonies of #ACFED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFED0

Black with #ACFED0

Text Example


Text Example

White with #ACFED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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