Html Css Color HEX #ACEED6 Magic Mint

📋 copy color: '#ACEED6'

red 172 ◦ green 238 ◦ blue 214

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

Shades of Magic Mint #ACEED6

Tints of Magic Mint #ACEED6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.14%

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

R = 27.56%
G = 38.14%
B = 34.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ACEED6 (or 0xACEED6) is known color: Magic Mint. HEX triplet: AC, EE and D6. RGB value is (172,238,214). Sum of RGB (Red+Green+Blue) = 172+238+214=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEED6 is #531129. Grayscale: #D7D7D7. Windows color (decimal): -5443882 or 14085804. OLE color: 14085804.

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

Color convert

RGB 172 238 214 -
CMYK 0.28 0 0.10 0.07
HSL 158.18º 0.66% 0.8% -
HSV(B) 158.18º 0.28% 0.93% -
XYZ 59.73 74.77 74.9 -
YUV 215.53 127.13 96.95 -
System Red Green Blue C M Y K H S L
Decimal 172 238 214 0.28 0 0.10 0.07 158.18 0.66 0.8
Hex AC EE D6 1C 0 A 7 9E 42 50
Octal 254 356 326 34 0 12 7 236 102 120
Binary 10101100 11101110 11010110 11100 0 1010 111 10011110 1000010 1010000

Color Harmonies of #ACEED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEED6

Black with #ACEED6

Text Example


Text Example

White with #ACEED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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