Html Css Color HEX #ACFDDD Magic Mint

📋 copy color: '#ACFDDD'

red 172 ◦ green 253 ◦ blue 221

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

Shades of Magic Mint #ACFDDD

Tints of Magic Mint #ACFDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.21%

R = 26.63%
G = 39.16%
B = 34.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#ACFDDD (or 0xACFDDD) is known color: Magic Mint. HEX triplet: AC, FD and DD. RGB value is (172,253,221). Sum of RGB (Red+Green+Blue) = 172+253+221=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDDD is #530222. Grayscale: #E1E1E1. Windows color (decimal): -5440035 or 14548396. OLE color: 14548396.

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

Color convert

RGB 172 253 221 -
CMYK 0.32 0 0.13 0.01
HSL 156.3º 0.95% 0.83% -
HSV(B) 156.3º 0.32% 0.99% -
XYZ 65.19 84.24 81.23 -
YUV 225.13 125.66 90.1 -
System Red Green Blue C M Y K H S L
Decimal 172 253 221 0.32 0 0.13 0.01 156.3 0.95 0.83
Hex AC FD DD 20 0 D 1 9C 5F 53
Octal 254 375 335 40 0 15 1 234 137 123
Binary 10101100 11111101 11011101 100000 0 1101 1 10011100 1011111 1010011

Color Harmonies of #ACFDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDDD

Black with #ACFDDD

Text Example


Text Example

White with #ACFDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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