Html Css Color HEX #ACEDCF Magic Mint

📋 copy color: '#ACEDCF'

red 172 ◦ green 237 ◦ blue 207

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

Shades of Magic Mint #ACEDCF

Tints of Magic Mint #ACEDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.6%

R = 27.92%
G = 38.47%
B = 33.6%

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

#ACEDCF (or 0xACEDCF) is known color: Magic Mint. HEX triplet: AC, ED and CF. RGB value is (172,237,207). Sum of RGB (Red+Green+Blue) = 172+237+207=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDCF is #531230. Grayscale: #D6D6D6. Windows color (decimal): -5444145 or 13626796. OLE color: 13626796.

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

Color convert

RGB 172 237 207 -
CMYK 0.27 0 0.13 0.07
HSL 152.31º 0.64% 0.8% -
HSV(B) 152.31º 0.27% 0.93% -
XYZ 58.56 73.84 70.2 -
YUV 214.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 172 237 207 0.27 0 0.13 0.07 152.31 0.64 0.8
Hex AC ED CF 1B 0 D 7 98 40 50
Octal 254 355 317 33 0 15 7 230 100 120
Binary 10101100 11101101 11001111 11011 0 1101 111 10011000 1000000 1010000

Color Harmonies of #ACEDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEDCF

Black with #ACEDCF

Text Example


Text Example

White with #ACEDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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