Html Css Color HEX #ACF4CA Magic Mint

📋 copy color: '#ACF4CA'

red 172 ◦ green 244 ◦ blue 202

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

Shades of Magic Mint #ACF4CA

Tints of Magic Mint #ACF4CA

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.48%

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

R = 27.83%
G = 39.48%
B = 32.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#ACF4CA (or 0xACF4CA) is known color: Magic Mint. HEX triplet: AC, F4 and CA. RGB value is (172,244,202). Sum of RGB (Red+Green+Blue) = 172+244+202=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 244 (95.70% from 255 or 39.48% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF4CA is #530B35. Grayscale: #D9D9D9. Windows color (decimal): -5442358 or 13300908. OLE color: 13300908.

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

Color convert

RGB 172 244 202 -
CMYK 0.30 0 0.17 0.04
HSL 145º 0.77% 0.82% -
HSV(B) 145º 0.3% 0.96% -
XYZ 60.02 77.74 67.72 -
YUV 217.68 119.15 95.42 -
System Red Green Blue C M Y K H S L
Decimal 172 244 202 0.30 0 0.17 0.04 145 0.77 0.82
Hex AC F4 CA 1E 0 11 4 91 4D 52
Octal 254 364 312 36 0 21 4 221 115 122
Binary 10101100 11110100 11001010 11110 0 10001 100 10010001 1001101 1010010

Color Harmonies of #ACF4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF4CA

Black with #ACF4CA

Text Example


Text Example

White with #ACF4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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