Html Css Color HEX #ACEFD3 Magic Mint

📋 copy color: '#ACEFD3'

red 172 ◦ green 239 ◦ blue 211

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

Shades of Magic Mint #ACEFD3

Tints of Magic Mint #ACEFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.92%

R = 27.65%
G = 38.42%
B = 33.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#ACEFD3 (or 0xACEFD3) is known color: Magic Mint. HEX triplet: AC, EF and D3. RGB value is (172,239,211). Sum of RGB (Red+Green+Blue) = 172+239+211=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFD3 is #53102C. Grayscale: #D7D7D7. Windows color (decimal): -5443629 or 13889452. OLE color: 13889452.

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

Color convert

RGB 172 239 211 -
CMYK 0.28 0 0.12 0.06
HSL 154.93º 0.68% 0.81% -
HSV(B) 154.93º 0.28% 0.94% -
XYZ 59.64 75.21 73 -
YUV 215.78 125.3 96.78 -
System Red Green Blue C M Y K H S L
Decimal 172 239 211 0.28 0 0.12 0.06 154.93 0.68 0.81
Hex AC EF D3 1C 0 C 6 9B 44 51
Octal 254 357 323 34 0 14 6 233 104 121
Binary 10101100 11101111 11010011 11100 0 1100 110 10011011 1000100 1010001

Color Harmonies of #ACEFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEFD3

Black with #ACEFD3

Text Example


Text Example

White with #ACEFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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