Html Css Color HEX #ACFEC5 Magic Mint

📋 copy color: '#ACFEC5'

red 172 ◦ green 254 ◦ blue 197

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

Shades of Magic Mint #ACFEC5

Tints of Magic Mint #ACFEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.62%

R = 27.61%
G = 40.77%
B = 31.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#ACFEC5 (or 0xACFEC5) is known color: Magic Mint. HEX triplet: AC, FE and C5. RGB value is (172,254,197). Sum of RGB (Red+Green+Blue) = 172+254+197=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEC5 is #53013A. Grayscale: #DFDFDF. Windows color (decimal): -5439803 or 12975788. OLE color: 12975788.

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

Color convert

RGB 172 254 197 -
CMYK 0.32 0 0.22 0.00
HSL 138.29º 0.98% 0.84% -
HSV(B) 138.29º 0.32% 1% -
XYZ 62.53 83.69 65.68 -
YUV 222.98 113.33 91.63 -
System Red Green Blue C M Y K H S L
Decimal 172 254 197 0.32 0 0.22 0.00 138.29 0.98 0.84
Hex AC FE C5 20 0 16 0 8A 62 54
Octal 254 376 305 40 0 26 0 212 142 124
Binary 10101100 11111110 11000101 100000 0 10110 0 10001010 1100010 1010100

Color Harmonies of #ACFEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFEC5

Black with #ACFEC5

Text Example


Text Example

White with #ACFEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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