Html Css Color HEX #ACFFCA Magic Mint

📋 copy color: '#ACFFCA'

red 172 ◦ green 255 ◦ blue 202

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

Shades of Magic Mint #ACFFCA

Tints of Magic Mint #ACFFCA

RGB

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

 GREEN value IS 255 (100% from 255) = 40.54%

 BLUE value IS 202 (79.3% from 255) = 32.11%

R = 27.34%
G = 40.54%
B = 32.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#ACFFCA (or 0xACFFCA) is known color: Magic Mint. HEX triplet: AC, FF and CA. RGB value is (172,255,202). Sum of RGB (Red+Green+Blue) = 172+255+202=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFCA is #530035. Grayscale: #E0E0E0. Windows color (decimal): -5439542 or 13303724. OLE color: 13303724.

HSL color Cylindrical-coordinate representation of color #ACFFCA: hue angle of 141.69º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFCA is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 202 -
CMYK 0.33 0 0.21 0
HSL 141.69º 1% 0.84% -
HSV(B) 141.69º 0.33% 1% -
XYZ 63.43 84.55 68.85 -
YUV 224.14 115.5 90.81 -
System Red Green Blue C M Y K H S L
Decimal 172 255 202 0.33 0 0.21 0 141.69 1 0.84
Hex AC FF CA 21 0 15 0 8E 64 54
Octal 254 377 312 41 0 25 0 216 144 124
Binary 10101100 11111111 11001010 100001 0 10101 0 10001110 1100100 1010100

Color Harmonies of #ACFFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFCA

Black with #ACFFCA

Text Example


Text Example

White with #ACFFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFCA; }

 p { color: rgb(172,255,202); }

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

background-color css

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

 a { background-color: rgb(172,255,202); }

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

border-color css

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

 span { border-color: rgb(172,255,202); }

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