Html Css Color HEX #ACFDDE Magic Mint

📋 copy color: '#ACFDDE'

red 172 ◦ green 253 ◦ blue 222

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

Shades of Magic Mint #ACFDDE

Tints of Magic Mint #ACFDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.31%

R = 26.58%
G = 39.1%
B = 34.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#ACFDDE (or 0xACFDDE) is known color: Magic Mint. HEX triplet: AC, FD and DE. RGB value is (172,253,222). Sum of RGB (Red+Green+Blue) = 172+253+222=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDDE is #530221. Grayscale: #E1E1E1. Windows color (decimal): -5440034 or 14613932. OLE color: 14613932.

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

Color convert

RGB 172 253 222 -
CMYK 0.32 0 0.12 0.01
HSL 157.04º 0.95% 0.83% -
HSV(B) 157.04º 0.32% 0.99% -
XYZ 65.32 84.3 81.93 -
YUV 225.25 126.16 90.02 -
System Red Green Blue C M Y K H S L
Decimal 172 253 222 0.32 0 0.12 0.01 157.04 0.95 0.83
Hex AC FD DE 20 0 C 1 9D 5F 53
Octal 254 375 336 40 0 14 1 235 137 123
Binary 10101100 11111101 11011110 100000 0 1100 1 10011101 1011111 1010011

Color Harmonies of #ACFDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDDE

Black with #ACFDDE

Text Example


Text Example

White with #ACFDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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