Html Css Color HEX #ACEAC7 Magic Mint

📋 copy color: '#ACEAC7'

red 172 ◦ green 234 ◦ blue 199

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

Shades of Magic Mint #ACEAC7

Tints of Magic Mint #ACEAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.89%

R = 28.43%
G = 38.68%
B = 32.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#ACEAC7 (or 0xACEAC7) is known color: Magic Mint. HEX triplet: AC, EA and C7. RGB value is (172,234,199). Sum of RGB (Red+Green+Blue) = 172+234+199=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEAC7 is #531538. Grayscale: #D3D3D3. Windows color (decimal): -5444921 or 13101740. OLE color: 13101740.

HSL color Cylindrical-coordinate representation of color #ACEAC7: hue angle of 146.13º 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 #ACEAC7 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 234 199 -
CMYK 0.26 0 0.15 0.08
HSL 146.13º 0.6% 0.8% -
HSV(B) 146.13º 0.26% 0.92% -
XYZ 56.74 71.74 64.89 -
YUV 211.47 120.96 99.85 -
System Red Green Blue C M Y K H S L
Decimal 172 234 199 0.26 0 0.15 0.08 146.13 0.6 0.8
Hex AC EA C7 1A 0 F 8 92 3C 50
Octal 254 352 307 32 0 17 10 222 74 120
Binary 10101100 11101010 11000111 11010 0 1111 1000 10010010 111100 1010000

Color Harmonies of #ACEAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEAC7

Black with #ACEAC7

Text Example


Text Example

White with #ACEAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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