Html Css Color HEX #ACF9DC Magic Mint

📋 copy color: '#ACF9DC'

red 172 ◦ green 249 ◦ blue 220

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

Shades of Magic Mint #ACF9DC

Tints of Magic Mint #ACF9DC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.85%

 BLUE value IS 220 (86.33% from 255) = 34.32%

R = 26.83%
G = 38.85%
B = 34.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#ACF9DC (or 0xACF9DC) is known color: Magic Mint. HEX triplet: AC, F9 and DC. RGB value is (172,249,220). Sum of RGB (Red+Green+Blue) = 172+249+220=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF9DC is #530623. Grayscale: #DEDEDE. Windows color (decimal): -5441060 or 14481836. OLE color: 14481836.

HSL color Cylindrical-coordinate representation of color #ACF9DC: hue angle of 157.4º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF9DC is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 249 220 -
CMYK 0.31 0 0.12 0.02
HSL 157.4º 0.87% 0.83% -
HSV(B) 157.4º 0.31% 0.98% -
XYZ 63.81 81.69 80.11 -
YUV 222.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 172 249 220 0.31 0 0.12 0.02 157.4 0.87 0.83
Hex AC F9 DC 1F 0 C 2 9D 57 53
Octal 254 371 334 37 0 14 2 235 127 123
Binary 10101100 11111001 11011100 11111 0 1100 10 10011101 1010111 1010011

Color Harmonies of #ACF9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF9DC

Black with #ACF9DC

Text Example


Text Example

White with #ACF9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF9DC; }

 p { color: rgb(172,249,220); }

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

background-color css

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

 a { background-color: rgb(172,249,220); }

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

border-color css

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

 span { border-color: rgb(172,249,220); }

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