Html Css Color HEX #ACEFD6 Magic Mint

📋 copy color: '#ACEFD6'

red 172 ◦ green 239 ◦ blue 214

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

Shades of Magic Mint #ACEFD6

Tints of Magic Mint #ACEFD6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.24%

 BLUE value IS 214 (83.98% from 255) = 34.24%

R = 27.52%
G = 38.24%
B = 34.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#ACEFD6 (or 0xACEFD6) is known color: Magic Mint. HEX triplet: AC, EF and D6. RGB value is (172,239,214). Sum of RGB (Red+Green+Blue) = 172+239+214=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFD6 is #531029. Grayscale: #D8D8D8. Windows color (decimal): -5443626 or 14086060. OLE color: 14086060.

HSL color Cylindrical-coordinate representation of color #ACEFD6: hue angle of 157.61º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEFD6 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 239 214 -
CMYK 0.28 0 0.10 0.06
HSL 157.61º 0.68% 0.81% -
HSV(B) 157.61º 0.28% 0.94% -
XYZ 60.02 75.36 75 -
YUV 216.12 126.8 96.53 -
System Red Green Blue C M Y K H S L
Decimal 172 239 214 0.28 0 0.10 0.06 157.61 0.68 0.81
Hex AC EF D6 1C 0 A 6 9E 44 51
Octal 254 357 326 34 0 12 6 236 104 121
Binary 10101100 11101111 11010110 11100 0 1010 110 10011110 1000100 1010001

Color Harmonies of #ACEFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEFD6

Black with #ACEFD6

Text Example


Text Example

White with #ACEFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEFD6; }

 p { color: rgb(172,239,214); }

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

background-color css

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

 a { background-color: rgb(172,239,214); }

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

border-color css

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

 span { border-color: rgb(172,239,214); }

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