Html Css Color HEX #ACF2C8 Magic Mint

📋 copy color: '#ACF2C8'

red 172 ◦ green 242 ◦ blue 200

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

Shades of Magic Mint #ACF2C8

Tints of Magic Mint #ACF2C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.57%

R = 28.01%
G = 39.41%
B = 32.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#ACF2C8 (or 0xACF2C8) is known color: Magic Mint. HEX triplet: AC, F2 and C8. RGB value is (172,242,200). Sum of RGB (Red+Green+Blue) = 172+242+200=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2C8 is #530D37. Grayscale: #D8D8D8. Windows color (decimal): -5442872 or 13169324. OLE color: 13169324.

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

Color convert

RGB 172 242 200 -
CMYK 0.29 0 0.17 0.05
HSL 144º 0.73% 0.81% -
HSV(B) 144º 0.29% 0.95% -
XYZ 59.19 76.45 66.28 -
YUV 216.28 118.81 96.42 -
System Red Green Blue C M Y K H S L
Decimal 172 242 200 0.29 0 0.17 0.05 144 0.73 0.81
Hex AC F2 C8 1D 0 11 5 90 49 51
Octal 254 362 310 35 0 21 5 220 111 121
Binary 10101100 11110010 11001000 11101 0 10001 101 10010000 1001001 1010001

Color Harmonies of #ACF2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2C8

Black with #ACF2C8

Text Example


Text Example

White with #ACF2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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