Html Css Color HEX #ACFEDB Magic Mint

📋 copy color: '#ACFEDB'

red 172 ◦ green 254 ◦ blue 219

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

Shades of Magic Mint #ACFEDB

Tints of Magic Mint #ACFEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.95%

R = 26.67%
G = 39.38%
B = 33.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#ACFEDB (or 0xACFEDB) is known color: Magic Mint. HEX triplet: AC, FE and DB. RGB value is (172,254,219). Sum of RGB (Red+Green+Blue) = 172+254+219=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEDB is #530124. Grayscale: #E1E1E1. Windows color (decimal): -5439781 or 14417580. OLE color: 14417580.

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

Color convert

RGB 172 254 219 -
CMYK 0.32 0 0.14 0.00
HSL 154.39º 0.98% 0.84% -
HSV(B) 154.39º 0.32% 1% -
XYZ 65.24 84.77 79.94 -
YUV 225.49 124.33 89.85 -
System Red Green Blue C M Y K H S L
Decimal 172 254 219 0.32 0 0.14 0.00 154.39 0.98 0.84
Hex AC FE DB 20 0 E 0 9A 62 54
Octal 254 376 333 40 0 16 0 232 142 124
Binary 10101100 11111110 11011011 100000 0 1110 0 10011010 1100010 1010100

Color Harmonies of #ACFEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFEDB

Black with #ACFEDB

Text Example


Text Example

White with #ACFEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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