Html Css Color HEX #ACEED2 Magic Mint

📋 copy color: '#ACEED2'

red 172 ◦ green 238 ◦ blue 210

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

Shades of Magic Mint #ACEED2

Tints of Magic Mint #ACEED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.87%

R = 27.74%
G = 38.39%
B = 33.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ACEED2 (or 0xACEED2) is known color: Magic Mint. HEX triplet: AC, EE and D2. RGB value is (172,238,210). Sum of RGB (Red+Green+Blue) = 172+238+210=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEED2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEED2 is #53112D. Grayscale: #D7D7D7. Windows color (decimal): -5443886 or 13823660. OLE color: 13823660.

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

Color convert

RGB 172 238 210 -
CMYK 0.28 0 0.12 0.07
HSL 154.55º 0.66% 0.8% -
HSV(B) 154.55º 0.28% 0.93% -
XYZ 59.22 74.57 72.25 -
YUV 215.07 125.13 97.28 -
System Red Green Blue C M Y K H S L
Decimal 172 238 210 0.28 0 0.12 0.07 154.55 0.66 0.8
Hex AC EE D2 1C 0 C 7 9B 42 50
Octal 254 356 322 34 0 14 7 233 102 120
Binary 10101100 11101110 11010010 11100 0 1100 111 10011011 1000010 1010000

Color Harmonies of #ACEED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEED2

Black with #ACEED2

Text Example


Text Example

White with #ACEED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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