Html Css Color HEX #ACEBD1 Magic Mint

📋 copy color: '#ACEBD1'

red 172 ◦ green 235 ◦ blue 209

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

Shades of Magic Mint #ACEBD1

Tints of Magic Mint #ACEBD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 33.93%

R = 27.92%
G = 38.15%
B = 33.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#ACEBD1 (or 0xACEBD1) is known color: Magic Mint. HEX triplet: AC, EB and D1. RGB value is (172,235,209). Sum of RGB (Red+Green+Blue) = 172+235+209=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBD1 is #53142E. Grayscale: #D5D5D5. Windows color (decimal): -5444655 or 13757356. OLE color: 13757356.

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

Color convert

RGB 172 235 209 -
CMYK 0.27 0 0.11 0.08
HSL 155.24º 0.61% 0.8% -
HSV(B) 155.24º 0.27% 0.92% -
XYZ 58.23 72.79 71.3 -
YUV 213.2 125.63 98.61 -
System Red Green Blue C M Y K H S L
Decimal 172 235 209 0.27 0 0.11 0.08 155.24 0.61 0.8
Hex AC EB D1 1B 0 B 8 9B 3D 50
Octal 254 353 321 33 0 13 10 233 75 120
Binary 10101100 11101011 11010001 11011 0 1011 1000 10011011 111101 1010000

Color Harmonies of #ACEBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBD1

Black with #ACEBD1

Text Example


Text Example

White with #ACEBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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