Html Css Color HEX #ACFDCD Magic Mint

📋 copy color: '#ACFDCD'

red 172 ◦ green 253 ◦ blue 205

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

Shades of Magic Mint #ACFDCD

Tints of Magic Mint #ACFDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.54%

R = 27.3%
G = 40.16%
B = 32.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#ACFDCD (or 0xACFDCD) is known color: Magic Mint. HEX triplet: AC, FD and CD. RGB value is (172,253,205). Sum of RGB (Red+Green+Blue) = 172+253+205=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDCD is #530232. Grayscale: #DFDFDF. Windows color (decimal): -5440051 or 13499820. OLE color: 13499820.

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

Color convert

RGB 172 253 205 -
CMYK 0.32 0 0.19 0.01
HSL 144.44º 0.95% 0.83% -
HSV(B) 144.44º 0.32% 0.99% -
XYZ 63.16 83.43 70.53 -
YUV 223.31 117.66 91.4 -
System Red Green Blue C M Y K H S L
Decimal 172 253 205 0.32 0 0.19 0.01 144.44 0.95 0.83
Hex AC FD CD 20 0 13 1 90 5F 53
Octal 254 375 315 40 0 23 1 220 137 123
Binary 10101100 11111101 11001101 100000 0 10011 1 10010000 1011111 1010011

Color Harmonies of #ACFDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDCD

Black with #ACFDCD

Text Example


Text Example

White with #ACFDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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