Html Css Color HEX #ACFECE Magic Mint

📋 copy color: '#ACFECE'

red 172 ◦ green 254 ◦ blue 206

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

Shades of Magic Mint #ACFECE

Tints of Magic Mint #ACFECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.59%

R = 27.22%
G = 40.19%
B = 32.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#ACFECE (or 0xACFECE) is known color: Magic Mint. HEX triplet: AC, FE and CE. RGB value is (172,254,206). Sum of RGB (Red+Green+Blue) = 172+254+206=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFECE is #530131. Grayscale: #E0E0E0. Windows color (decimal): -5439794 or 13565612. OLE color: 13565612.

HSL color Cylindrical-coordinate representation of color #ACFECE: hue angle of 144.88º 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 #ACFECE is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 254 206 -
CMYK 0.32 0 0.19 0.00
HSL 144.88º 0.98% 0.84% -
HSV(B) 144.88º 0.32% 1% -
XYZ 63.6 84.11 71.28 -
YUV 224.01 117.83 90.9 -
System Red Green Blue C M Y K H S L
Decimal 172 254 206 0.32 0 0.19 0.00 144.88 0.98 0.84
Hex AC FE CE 20 0 13 0 91 62 54
Octal 254 376 316 40 0 23 0 221 142 124
Binary 10101100 11111110 11001110 100000 0 10011 0 10010001 1100010 1010100

Color Harmonies of #ACFECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFECE

Black with #ACFECE

Text Example


Text Example

White with #ACFECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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