Html Css Color HEX #ACEAC3 Magic Mint

📋 copy color: '#ACEAC3'

red 172 ◦ green 234 ◦ blue 195

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

Shades of Magic Mint #ACEAC3

Tints of Magic Mint #ACEAC3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.94%

 BLUE value IS 195 (76.56% from 255) = 32.45%

R = 28.62%
G = 38.94%
B = 32.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#ACEAC3 (or 0xACEAC3) is known color: Magic Mint. HEX triplet: AC, EA and C3. RGB value is (172,234,195). Sum of RGB (Red+Green+Blue) = 172+234+195=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 195 (76.56% from 255 or 32.45% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEAC3 is #53153C. Grayscale: #D3D3D3. Windows color (decimal): -5444925 or 12839596. OLE color: 12839596.

HSL color Cylindrical-coordinate representation of color #ACEAC3: hue angle of 142.26º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACEAC3 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 234 195 -
CMYK 0.26 0 0.17 0.08
HSL 142.26º 0.6% 0.8% -
HSV(B) 142.26º 0.26% 0.92% -
XYZ 56.29 71.56 62.47 -
YUV 211.02 118.96 100.17 -
System Red Green Blue C M Y K H S L
Decimal 172 234 195 0.26 0 0.17 0.08 142.26 0.6 0.8
Hex AC EA C3 1A 0 11 8 8E 3C 50
Octal 254 352 303 32 0 21 10 216 74 120
Binary 10101100 11101010 11000011 11010 0 10001 1000 10001110 111100 1010000

Color Harmonies of #ACEAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEAC3

Black with #ACEAC3

Text Example


Text Example

White with #ACEAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEAC3; }

 p { color: rgb(172,234,195); }

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

background-color css

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

 a { background-color: rgb(172,234,195); }

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

border-color css

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

 span { border-color: rgb(172,234,195); }

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