Html Css Color HEX #ACFECC Magic Mint

📋 copy color: '#ACFECC'

red 172 ◦ green 254 ◦ blue 204

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

Shades of Magic Mint #ACFECC

Tints of Magic Mint #ACFECC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.32%

 BLUE value IS 204 (80.08% from 255) = 32.38%

R = 27.3%
G = 40.32%
B = 32.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#ACFECC (or 0xACFECC) is known color: Magic Mint. HEX triplet: AC, FE and CC. RGB value is (172,254,204). Sum of RGB (Red+Green+Blue) = 172+254+204=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFECC is #530133. Grayscale: #DFDFDF. Windows color (decimal): -5439796 or 13434540. OLE color: 13434540.

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

Color convert

RGB 172 254 204 -
CMYK 0.32 0 0.20 0.00
HSL 143.41º 0.98% 0.84% -
HSV(B) 143.41º 0.32% 1% -
XYZ 63.35 84.01 70 -
YUV 223.78 116.83 91.07 -
System Red Green Blue C M Y K H S L
Decimal 172 254 204 0.32 0 0.20 0.00 143.41 0.98 0.84
Hex AC FE CC 20 0 14 0 8F 62 54
Octal 254 376 314 40 0 24 0 217 142 124
Binary 10101100 11111110 11001100 100000 0 10100 0 10001111 1100010 1010100

Color Harmonies of #ACFECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFECC

Black with #ACFECC

Text Example


Text Example

White with #ACFECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFECC; }

 p { color: rgb(172,254,204); }

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

background-color css

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

 a { background-color: rgb(172,254,204); }

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

border-color css

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

 span { border-color: rgb(172,254,204); }

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