Html Css Color HEX #ACF1D7 Magic Mint

📋 copy color: '#ACF1D7'

red 172 ◦ green 241 ◦ blue 215

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

Shades of Magic Mint #ACF1D7

Tints of Magic Mint #ACF1D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.24%

R = 27.39%
G = 38.38%
B = 34.24%

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

#ACF1D7 (or 0xACF1D7) is known color: Magic Mint. HEX triplet: AC, F1 and D7. RGB value is (172,241,215). Sum of RGB (Red+Green+Blue) = 172+241+215=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1D7 is #530E28. Grayscale: #D9D9D9. Windows color (decimal): -5443113 or 14152108. OLE color: 14152108.

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

Color convert

RGB 172 241 215 -
CMYK 0.29 0 0.11 0.05
HSL 157.39º 0.71% 0.81% -
HSV(B) 157.39º 0.29% 0.95% -
XYZ 60.73 76.59 75.87 -
YUV 217.41 126.64 95.61 -
System Red Green Blue C M Y K H S L
Decimal 172 241 215 0.29 0 0.11 0.05 157.39 0.71 0.81
Hex AC F1 D7 1D 0 B 5 9D 47 51
Octal 254 361 327 35 0 13 5 235 107 121
Binary 10101100 11110001 11010111 11101 0 1011 101 10011101 1000111 1010001

Color Harmonies of #ACF1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF1D7

Black with #ACF1D7

Text Example


Text Example

White with #ACF1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF1D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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