Html Css Color HEX #ACFDCC Magic Mint

📋 copy color: '#ACFDCC'

red 172 ◦ green 253 ◦ blue 204

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

Shades of Magic Mint #ACFDCC

Tints of Magic Mint #ACFDCC

RGB

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

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

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

R = 27.34%
G = 40.22%
B = 32.43%

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

#ACFDCC (or 0xACFDCC) is known color: Magic Mint. HEX triplet: AC, FD and CC. RGB value is (172,253,204). Sum of RGB (Red+Green+Blue) = 172+253+204=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDCC is #530233. Grayscale: #DFDFDF. Windows color (decimal): -5440052 or 13434284. OLE color: 13434284.

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

Color convert

RGB 172 253 204 -
CMYK 0.32 0 0.19 0.01
HSL 143.7º 0.95% 0.83% -
HSV(B) 143.7º 0.32% 0.99% -
XYZ 63.04 83.38 69.9 -
YUV 223.2 117.16 91.48 -
System Red Green Blue C M Y K H S L
Decimal 172 253 204 0.32 0 0.19 0.01 143.7 0.95 0.83
Hex AC FD CC 20 0 13 1 90 5F 53
Octal 254 375 314 40 0 23 1 220 137 123
Binary 10101100 11111101 11001100 100000 0 10011 1 10010000 1011111 1010011

Color Harmonies of #ACFDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDCC

Black with #ACFDCC

Text Example


Text Example

White with #ACFDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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