Html Css Color HEX #ACEFD5 Magic Mint

📋 copy color: '#ACEFD5'

red 172 ◦ green 239 ◦ blue 213

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

Shades of Magic Mint #ACEFD5

Tints of Magic Mint #ACEFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.13%

R = 27.56%
G = 38.3%
B = 34.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#ACEFD5 (or 0xACEFD5) is known color: Magic Mint. HEX triplet: AC, EF and D5. RGB value is (172,239,213). Sum of RGB (Red+Green+Blue) = 172+239+213=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFD5 is #53102A. Grayscale: #D8D8D8. Windows color (decimal): -5443627 or 14020524. OLE color: 14020524.

HSL color Cylindrical-coordinate representation of color #ACEFD5: hue angle of 156.72º 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 #ACEFD5 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 239 213 -
CMYK 0.28 0 0.11 0.06
HSL 156.72º 0.68% 0.81% -
HSV(B) 156.72º 0.28% 0.94% -
XYZ 59.89 75.31 74.33 -
YUV 216 126.3 96.61 -
System Red Green Blue C M Y K H S L
Decimal 172 239 213 0.28 0 0.11 0.06 156.72 0.68 0.81
Hex AC EF D5 1C 0 B 6 9D 44 51
Octal 254 357 325 34 0 13 6 235 104 121
Binary 10101100 11101111 11010101 11100 0 1011 110 10011101 1000100 1010001

Color Harmonies of #ACEFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEFD5

Black with #ACEFD5

Text Example


Text Example

White with #ACEFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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