Html Css Color HEX #ACEEC8 Magic Mint

📋 copy color: '#ACEEC8'

red 172 ◦ green 238 ◦ blue 200

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

Shades of Magic Mint #ACEEC8

Tints of Magic Mint #ACEEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.79%

R = 28.2%
G = 39.02%
B = 32.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ACEEC8 (or 0xACEEC8) is known color: Magic Mint. HEX triplet: AC, EE and C8. RGB value is (172,238,200). Sum of RGB (Red+Green+Blue) = 172+238+200=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEC8 is #531137. Grayscale: #D6D6D6. Windows color (decimal): -5443896 or 13168300. OLE color: 13168300.

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

Color convert

RGB 172 238 200 -
CMYK 0.28 0 0.16 0.07
HSL 145.45º 0.66% 0.8% -
HSV(B) 145.45º 0.28% 0.93% -
XYZ 58.01 74.09 65.89 -
YUV 213.93 120.13 98.09 -
System Red Green Blue C M Y K H S L
Decimal 172 238 200 0.28 0 0.16 0.07 145.45 0.66 0.8
Hex AC EE C8 1C 0 10 7 91 42 50
Octal 254 356 310 34 0 20 7 221 102 120
Binary 10101100 11101110 11001000 11100 0 10000 111 10010001 1000010 1010000

Color Harmonies of #ACEEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEEC8

Black with #ACEEC8

Text Example


Text Example

White with #ACEEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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