Html Css Color HEX #ACEDD3 Magic Mint

📋 copy color: '#ACEDD3'

red 172 ◦ green 237 ◦ blue 211

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

Shades of Magic Mint #ACEDD3

Tints of Magic Mint #ACEDD3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.23%

 BLUE value IS 211 (82.81% from 255) = 34.03%

R = 27.74%
G = 38.23%
B = 34.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ACEDD3 (or 0xACEDD3) is known color: Magic Mint. HEX triplet: AC, ED and D3. RGB value is (172,237,211). Sum of RGB (Red+Green+Blue) = 172+237+211=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDD3 is #53122C. Grayscale: #D6D6D6. Windows color (decimal): -5444141 or 13888940. OLE color: 13888940.

HSL color Cylindrical-coordinate representation of color #ACEDD3: hue angle of 156º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEDD3 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 237 211 -
CMYK 0.27 0 0.11 0.07
HSL 156º 0.64% 0.8% -
HSV(B) 156º 0.27% 0.93% -
XYZ 59.06 74.04 72.81 -
YUV 214.6 125.97 97.61 -
System Red Green Blue C M Y K H S L
Decimal 172 237 211 0.27 0 0.11 0.07 156 0.64 0.8
Hex AC ED D3 1B 0 B 7 9C 40 50
Octal 254 355 323 33 0 13 7 234 100 120
Binary 10101100 11101101 11010011 11011 0 1011 111 10011100 1000000 1010000

Color Harmonies of #ACEDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEDD3

Black with #ACEDD3

Text Example


Text Example

White with #ACEDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEDD3; }

 p { color: rgb(172,237,211); }

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

background-color css

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

 a { background-color: rgb(172,237,211); }

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

border-color css

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

 span { border-color: rgb(172,237,211); }

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