Html Css Color HEX #ACFEE0 Magic Mint

📋 copy color: '#ACFEE0'

red 172 ◦ green 254 ◦ blue 224

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

Shades of Magic Mint #ACFEE0

Tints of Magic Mint #ACFEE0

RGB

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

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

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

R = 26.46%
G = 39.08%
B = 34.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#ACFEE0 (or 0xACFEE0) is known color: Magic Mint. HEX triplet: AC, FE and E0. RGB value is (172,254,224). Sum of RGB (Red+Green+Blue) = 172+254+224=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEE0 is #53011F. Grayscale: #E2E2E2. Windows color (decimal): -5439776 or 14745260. OLE color: 14745260.

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

Color convert

RGB 172 254 224 -
CMYK 0.32 0 0.12 0.00
HSL 158.05º 0.98% 0.84% -
HSV(B) 158.05º 0.32% 1% -
XYZ 65.91 85.04 83.46 -
YUV 226.06 126.83 89.44 -
System Red Green Blue C M Y K H S L
Decimal 172 254 224 0.32 0 0.12 0.00 158.05 0.98 0.84
Hex AC FE E0 20 0 C 0 9E 62 54
Octal 254 376 340 40 0 14 0 236 142 124
Binary 10101100 11111110 11100000 100000 0 1100 0 10011110 1100010 1010100

Color Harmonies of #ACFEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFEE0

Black with #ACFEE0

Text Example


Text Example

White with #ACFEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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