Html Css Color HEX #ACEFD0 Magic Mint

📋 copy color: '#ACEFD0'

red 172 ◦ green 239 ◦ blue 208

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

Shades of Magic Mint #ACEFD0

Tints of Magic Mint #ACEFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.6%

R = 27.79%
G = 38.61%
B = 33.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#ACEFD0 (or 0xACEFD0) is known color: Magic Mint. HEX triplet: AC, EF and D0. RGB value is (172,239,208). Sum of RGB (Red+Green+Blue) = 172+239+208=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFD0 is #53102F. Grayscale: #D7D7D7. Windows color (decimal): -5443632 or 13692844. OLE color: 13692844.

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

Color convert

RGB 172 239 208 -
CMYK 0.28 0 0.13 0.06
HSL 152.24º 0.68% 0.81% -
HSV(B) 152.24º 0.28% 0.94% -
XYZ 59.26 75.06 71.04 -
YUV 215.43 123.8 97.02 -
System Red Green Blue C M Y K H S L
Decimal 172 239 208 0.28 0 0.13 0.06 152.24 0.68 0.81
Hex AC EF D0 1C 0 D 6 98 44 51
Octal 254 357 320 34 0 15 6 230 104 121
Binary 10101100 11101111 11010000 11100 0 1101 110 10011000 1000100 1010001

Color Harmonies of #ACEFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEFD0

Black with #ACEFD0

Text Example


Text Example

White with #ACEFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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