Html Css Color HEX #ACF2DA Magic Mint

📋 copy color: '#ACF2DA'

red 172 ◦ green 242 ◦ blue 218

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

Shades of Magic Mint #ACF2DA

Tints of Magic Mint #ACF2DA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.29%

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

R = 27.22%
G = 38.29%
B = 34.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#ACF2DA (or 0xACF2DA) is known color: Magic Mint. HEX triplet: AC, F2 and DA. RGB value is (172,242,218). Sum of RGB (Red+Green+Blue) = 172+242+218=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2DA is #530D25. Grayscale: #DADADA. Windows color (decimal): -5442854 or 14348972. OLE color: 14348972.

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

Color convert

RGB 172 242 218 -
CMYK 0.29 0 0.10 0.05
HSL 159.43º 0.73% 0.81% -
HSV(B) 159.43º 0.29% 0.95% -
XYZ 61.42 77.34 78.02 -
YUV 218.33 127.81 94.95 -
System Red Green Blue C M Y K H S L
Decimal 172 242 218 0.29 0 0.10 0.05 159.43 0.73 0.81
Hex AC F2 DA 1D 0 A 5 9F 49 51
Octal 254 362 332 35 0 12 5 237 111 121
Binary 10101100 11110010 11011010 11101 0 1010 101 10011111 1001001 1010001

Color Harmonies of #ACF2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2DA

Black with #ACF2DA

Text Example


Text Example

White with #ACF2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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