Html Css Color HEX #ACEAC9 Magic Mint

📋 copy color: '#ACEAC9'

red 172 ◦ green 234 ◦ blue 201

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

Shades of Magic Mint #ACEAC9

Tints of Magic Mint #ACEAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.11%

R = 28.34%
G = 38.55%
B = 33.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#ACEAC9 (or 0xACEAC9) is known color: Magic Mint. HEX triplet: AC, EA and C9. RGB value is (172,234,201). Sum of RGB (Red+Green+Blue) = 172+234+201=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEAC9 is #531536. Grayscale: #D3D3D3. Windows color (decimal): -5444919 or 13232812. OLE color: 13232812.

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

Color convert

RGB 172 234 201 -
CMYK 0.26 0 0.14 0.08
HSL 148.06º 0.6% 0.8% -
HSV(B) 148.06º 0.26% 0.92% -
XYZ 56.98 71.83 66.12 -
YUV 211.7 121.96 99.68 -
System Red Green Blue C M Y K H S L
Decimal 172 234 201 0.26 0 0.14 0.08 148.06 0.6 0.8
Hex AC EA C9 1A 0 E 8 94 3C 50
Octal 254 352 311 32 0 16 10 224 74 120
Binary 10101100 11101010 11001001 11010 0 1110 1000 10010100 111100 1010000

Color Harmonies of #ACEAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEAC9

Black with #ACEAC9

Text Example


Text Example

White with #ACEAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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