Html Css Color HEX #ACF1D6 Magic Mint

📋 copy color: '#ACF1D6'

red 172 ◦ green 241 ◦ blue 214

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

Shades of Magic Mint #ACF1D6

Tints of Magic Mint #ACF1D6

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.44%

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

R = 27.43%
G = 38.44%
B = 34.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#ACF1D6 (or 0xACF1D6) is known color: Magic Mint. HEX triplet: AC, F1 and D6. RGB value is (172,241,214). Sum of RGB (Red+Green+Blue) = 172+241+214=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1D6 is #530E29. Grayscale: #D9D9D9. Windows color (decimal): -5443114 or 14086572. OLE color: 14086572.

HSL color Cylindrical-coordinate representation of color #ACF1D6: hue angle of 156.52º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF1D6 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 214 -
CMYK 0.29 0 0.11 0.05
HSL 156.52º 0.71% 0.81% -
HSV(B) 156.52º 0.29% 0.95% -
XYZ 60.61 76.54 75.2 -
YUV 217.29 126.14 95.7 -
System Red Green Blue C M Y K H S L
Decimal 172 241 214 0.29 0 0.11 0.05 156.52 0.71 0.81
Hex AC F1 D6 1D 0 B 5 9D 47 51
Octal 254 361 326 35 0 13 5 235 107 121
Binary 10101100 11110001 11010110 11101 0 1011 101 10011101 1000111 1010001

Color Harmonies of #ACF1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF1D6

Black with #ACF1D6

Text Example


Text Example

White with #ACF1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF1D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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