Html Css Color HEX #ACFFE0 Magic Mint

📋 copy color: '#ACFFE0'

red 172 ◦ green 255 ◦ blue 224

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

Shades of Magic Mint #ACFFE0

Tints of Magic Mint #ACFFE0

RGB

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

 GREEN value IS 255 (100% from 255) = 39.17%

 BLUE value IS 224 (87.89% from 255) = 34.41%

R = 26.42%
G = 39.17%
B = 34.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#ACFFE0 (or 0xACFFE0) is known color: Magic Mint. HEX triplet: AC, FF and E0. RGB value is (172,255,224). Sum of RGB (Red+Green+Blue) = 172+255+224=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFE0 is #53001F. Grayscale: #E2E2E2. Windows color (decimal): -5439520 or 14745516. OLE color: 14745516.

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

Color convert

RGB 172 255 224 -
CMYK 0.33 0 0.12 0
HSL 157.59º 1% 0.84% -
HSV(B) 157.59º 0.33% 1% -
XYZ 66.23 85.67 83.57 -
YUV 226.65 126.5 89.02 -
System Red Green Blue C M Y K H S L
Decimal 172 255 224 0.33 0 0.12 0 157.59 1 0.84
Hex AC FF E0 21 0 C 0 9E 64 54
Octal 254 377 340 41 0 14 0 236 144 124
Binary 10101100 11111111 11100000 100001 0 1100 0 10011110 1100100 1010100

Color Harmonies of #ACFFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFE0

Black with #ACFFE0

Text Example


Text Example

White with #ACFFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFE0; }

 p { color: rgb(172,255,224); }

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

background-color css

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

 a { background-color: rgb(172,255,224); }

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

border-color css

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

 span { border-color: rgb(172,255,224); }

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