Html Css Color HEX #ACEDCE Magic Mint

📋 copy color: '#ACEDCE'

red 172 ◦ green 237 ◦ blue 206

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

Shades of Magic Mint #ACEDCE

Tints of Magic Mint #ACEDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.5%

R = 27.97%
G = 38.54%
B = 33.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ACEDCE (or 0xACEDCE) is known color: Magic Mint. HEX triplet: AC, ED and CE. RGB value is (172,237,206). Sum of RGB (Red+Green+Blue) = 172+237+206=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDCE is #531231. Grayscale: #D6D6D6. Windows color (decimal): -5444146 or 13561260. OLE color: 13561260.

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

Color convert

RGB 172 237 206 -
CMYK 0.27 0 0.13 0.07
HSL 151.38º 0.64% 0.8% -
HSV(B) 151.38º 0.27% 0.93% -
XYZ 58.44 73.8 69.56 -
YUV 214.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 172 237 206 0.27 0 0.13 0.07 151.38 0.64 0.8
Hex AC ED CE 1B 0 D 7 97 40 50
Octal 254 355 316 33 0 15 7 227 100 120
Binary 10101100 11101101 11001110 11011 0 1101 111 10010111 1000000 1010000

Color Harmonies of #ACEDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEDCE

Black with #ACEDCE

Text Example


Text Example

White with #ACEDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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