Html Css Color HEX #ACF5C3 Magic Mint

📋 copy color: '#ACF5C3'

red 172 ◦ green 245 ◦ blue 195

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

Shades of Magic Mint #ACF5C3

Tints of Magic Mint #ACF5C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.86%

R = 28.1%
G = 40.03%
B = 31.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#ACF5C3 (or 0xACF5C3) is known color: Magic Mint. HEX triplet: AC, F5 and C3. RGB value is (172,245,195). Sum of RGB (Red+Green+Blue) = 172+245+195=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 245 (96.09% from 255 or 40.03% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5C3 is #530A3C. Grayscale: #D9D9D9. Windows color (decimal): -5442109 or 12842412. OLE color: 12842412.

HSL color Cylindrical-coordinate representation of color #ACF5C3: hue angle of 138.9º 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 #ACF5C3 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 245 195 -
CMYK 0.30 0 0.20 0.04
HSL 138.9º 0.78% 0.82% -
HSV(B) 138.9º 0.3% 0.96% -
XYZ 59.52 78.02 63.55 -
YUV 217.47 115.32 95.57 -
System Red Green Blue C M Y K H S L
Decimal 172 245 195 0.30 0 0.20 0.04 138.9 0.78 0.82
Hex AC F5 C3 1E 0 14 4 8B 4E 52
Octal 254 365 303 36 0 24 4 213 116 122
Binary 10101100 11110101 11000011 11110 0 10100 100 10001011 1001110 1010010

Color Harmonies of #ACF5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF5C3

Black with #ACF5C3

Text Example


Text Example

White with #ACF5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF5C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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