Html Css Color HEX #ACEED4 Magic Mint

📋 copy color: '#ACEED4'

red 172 ◦ green 238 ◦ blue 212

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

Shades of Magic Mint #ACEED4

Tints of Magic Mint #ACEED4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.26%

 BLUE value IS 212 (83.2% from 255) = 34.08%

R = 27.65%
G = 38.26%
B = 34.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ACEED4 (or 0xACEED4) is known color: Magic Mint. HEX triplet: AC, EE and D4. RGB value is (172,238,212). Sum of RGB (Red+Green+Blue) = 172+238+212=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEED4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEED4 is #53112B. Grayscale: #D7D7D7. Windows color (decimal): -5443884 or 13954732. OLE color: 13954732.

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

Color convert

RGB 172 238 212 -
CMYK 0.28 0 0.11 0.07
HSL 156.36º 0.66% 0.8% -
HSV(B) 156.36º 0.28% 0.93% -
XYZ 59.47 74.67 73.57 -
YUV 215.3 126.13 97.11 -
System Red Green Blue C M Y K H S L
Decimal 172 238 212 0.28 0 0.11 0.07 156.36 0.66 0.8
Hex AC EE D4 1C 0 B 7 9C 42 50
Octal 254 356 324 34 0 13 7 234 102 120
Binary 10101100 11101110 11010100 11100 0 1011 111 10011100 1000010 1010000

Color Harmonies of #ACEED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEED4

Black with #ACEED4

Text Example


Text Example

White with #ACEED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEED4; }

 p { color: rgb(172,238,212); }

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

background-color css

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

 a { background-color: rgb(172,238,212); }

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

border-color css

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

 span { border-color: rgb(172,238,212); }

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