Html Css Color HEX #ACFECF Magic Mint

📋 copy color: '#ACFECF'

red 172 ◦ green 254 ◦ blue 207

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

Shades of Magic Mint #ACFECF

Tints of Magic Mint #ACFECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.7%

R = 27.17%
G = 40.13%
B = 32.7%

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

#ACFECF (or 0xACFECF) is known color: Magic Mint. HEX triplet: AC, FE and CF. RGB value is (172,254,207). Sum of RGB (Red+Green+Blue) = 172+254+207=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFECF is #530130. Grayscale: #E0E0E0. Windows color (decimal): -5439793 or 13631148. OLE color: 13631148.

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

Color convert

RGB 172 254 207 -
CMYK 0.32 0 0.19 0.00
HSL 145.61º 0.98% 0.84% -
HSV(B) 145.61º 0.32% 1% -
XYZ 63.72 84.16 71.92 -
YUV 224.12 118.33 90.82 -
System Red Green Blue C M Y K H S L
Decimal 172 254 207 0.32 0 0.19 0.00 145.61 0.98 0.84
Hex AC FE CF 20 0 13 0 92 62 54
Octal 254 376 317 40 0 23 0 222 142 124
Binary 10101100 11111110 11001111 100000 0 10011 0 10010010 1100010 1010100

Color Harmonies of #ACFECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFECF

Black with #ACFECF

Text Example


Text Example

White with #ACFECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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