Html Css Color HEX #ACEBC5 Magic Mint

📋 copy color: '#ACEBC5'

red 172 ◦ green 235 ◦ blue 197

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

Shades of Magic Mint #ACEBC5

Tints of Magic Mint #ACEBC5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.91%

 BLUE value IS 197 (77.34% from 255) = 32.62%

R = 28.48%
G = 38.91%
B = 32.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#ACEBC5 (or 0xACEBC5) is known color: Magic Mint. HEX triplet: AC, EB and C5. RGB value is (172,235,197). Sum of RGB (Red+Green+Blue) = 172+235+197=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBC5 is #53143A. Grayscale: #D3D3D3. Windows color (decimal): -5444667 or 12970924. OLE color: 12970924.

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

Color convert

RGB 172 235 197 -
CMYK 0.27 0 0.16 0.08
HSL 143.81º 0.61% 0.8% -
HSV(B) 143.81º 0.27% 0.92% -
XYZ 56.8 72.22 63.77 -
YUV 211.83 119.63 99.59 -
System Red Green Blue C M Y K H S L
Decimal 172 235 197 0.27 0 0.16 0.08 143.81 0.61 0.8
Hex AC EB C5 1B 0 10 8 90 3D 50
Octal 254 353 305 33 0 20 10 220 75 120
Binary 10101100 11101011 11000101 11011 0 10000 1000 10010000 111101 1010000

Color Harmonies of #ACEBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBC5

Black with #ACEBC5

Text Example


Text Example

White with #ACEBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBC5; }

 p { color: rgb(172,235,197); }

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

background-color css

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

 a { background-color: rgb(172,235,197); }

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

border-color css

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

 span { border-color: rgb(172,235,197); }

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