Html Css Color HEX #ACEDCD Magic Mint

📋 copy color: '#ACEDCD'

red 172 ◦ green 237 ◦ blue 205

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

Shades of Magic Mint #ACEDCD

Tints of Magic Mint #ACEDCD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.6%

 BLUE value IS 205 (80.47% from 255) = 33.39%

R = 28.01%
G = 38.6%
B = 33.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ACEDCD (or 0xACEDCD) is known color: Magic Mint. HEX triplet: AC, ED and CD. RGB value is (172,237,205). Sum of RGB (Red+Green+Blue) = 172+237+205=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDCD is #531232. Grayscale: #D5D5D5. Windows color (decimal): -5444147 or 13495724. OLE color: 13495724.

HSL color Cylindrical-coordinate representation of color #ACEDCD: hue angle of 150.46º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEDCD is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 237 205 -
CMYK 0.27 0 0.14 0.07
HSL 150.46º 0.64% 0.8% -
HSV(B) 150.46º 0.27% 0.93% -
XYZ 58.32 73.75 68.92 -
YUV 213.92 122.97 98.1 -
System Red Green Blue C M Y K H S L
Decimal 172 237 205 0.27 0 0.14 0.07 150.46 0.64 0.8
Hex AC ED CD 1B 0 E 7 96 40 50
Octal 254 355 315 33 0 16 7 226 100 120
Binary 10101100 11101101 11001101 11011 0 1110 111 10010110 1000000 1010000

Color Harmonies of #ACEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEDCD

Black with #ACEDCD

Text Example


Text Example

White with #ACEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEDCD; }

 p { color: rgb(172,237,205); }

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

background-color css

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

 a { background-color: rgb(172,237,205); }

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

border-color css

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

 span { border-color: rgb(172,237,205); }

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