Html Css Color HEX #ACF5DA Magic Mint

📋 copy color: '#ACF5DA'

red 172 ◦ green 245 ◦ blue 218

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

Shades of Magic Mint #ACF5DA

Tints of Magic Mint #ACF5DA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.58%

 BLUE value IS 218 (85.55% from 255) = 34.33%

R = 27.09%
G = 38.58%
B = 34.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#ACF5DA (or 0xACF5DA) is known color: Magic Mint. HEX triplet: AC, F5 and DA. RGB value is (172,245,218). Sum of RGB (Red+Green+Blue) = 172+245+218=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 245 (96.09% from 255 or 38.58% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5DA is #530A25. Grayscale: #DCDCDC. Windows color (decimal): -5442086 or 14349740. OLE color: 14349740.

HSL color Cylindrical-coordinate representation of color #ACF5DA: hue angle of 157.81º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF5DA is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 245 218 -
CMYK 0.30 0 0.11 0.04
HSL 157.81º 0.78% 0.82% -
HSV(B) 157.81º 0.3% 0.96% -
XYZ 62.32 79.14 78.32 -
YUV 220.1 126.82 93.7 -
System Red Green Blue C M Y K H S L
Decimal 172 245 218 0.30 0 0.11 0.04 157.81 0.78 0.82
Hex AC F5 DA 1E 0 B 4 9E 4E 52
Octal 254 365 332 36 0 13 4 236 116 122
Binary 10101100 11110101 11011010 11110 0 1011 100 10011110 1001110 1010010

Color Harmonies of #ACF5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF5DA

Black with #ACF5DA

Text Example


Text Example

White with #ACF5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF5DA; }

 p { color: rgb(172,245,218); }

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

background-color css

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

 a { background-color: rgb(172,245,218); }

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

border-color css

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

 span { border-color: rgb(172,245,218); }

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