Html Css Color HEX #ACFDCF Magic Mint

📋 copy color: '#ACFDCF'

red 172 ◦ green 253 ◦ blue 207

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

Shades of Magic Mint #ACFDCF

Tints of Magic Mint #ACFDCF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.03%

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

R = 27.22%
G = 40.03%
B = 32.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#ACFDCF (or 0xACFDCF) is known color: Magic Mint. HEX triplet: AC, FD and CF. RGB value is (172,253,207). Sum of RGB (Red+Green+Blue) = 172+253+207=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDCF is #530230. Grayscale: #DFDFDF. Windows color (decimal): -5440049 or 13630892. OLE color: 13630892.

HSL color Cylindrical-coordinate representation of color #ACFDCF: hue angle of 145.93º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDCF is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 253 207 -
CMYK 0.32 0 0.18 0.01
HSL 145.93º 0.95% 0.83% -
HSV(B) 145.93º 0.32% 0.99% -
XYZ 63.4 83.53 71.81 -
YUV 223.54 118.66 91.24 -
System Red Green Blue C M Y K H S L
Decimal 172 253 207 0.32 0 0.18 0.01 145.93 0.95 0.83
Hex AC FD CF 20 0 12 1 92 5F 53
Octal 254 375 317 40 0 22 1 222 137 123
Binary 10101100 11111101 11001111 100000 0 10010 1 10010010 1011111 1010011

Color Harmonies of #ACFDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDCF

Black with #ACFDCF

Text Example


Text Example

White with #ACFDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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