Html Css Color HEX #ACFCDD Magic Mint

📋 copy color: '#ACFCDD'

red 172 ◦ green 252 ◦ blue 221

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

Shades of Magic Mint #ACFCDD

Tints of Magic Mint #ACFCDD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.07%

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

R = 26.67%
G = 39.07%
B = 34.26%

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

#ACFCDD (or 0xACFCDD) is known color: Magic Mint. HEX triplet: AC, FC and DD. RGB value is (172,252,221). Sum of RGB (Red+Green+Blue) = 172+252+221=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCDD is #530322. Grayscale: #E0E0E0. Windows color (decimal): -5440291 or 14548140. OLE color: 14548140.

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

Color convert

RGB 172 252 221 -
CMYK 0.32 0 0.12 0.01
HSL 156.75º 0.93% 0.83% -
HSV(B) 156.75º 0.32% 0.99% -
XYZ 64.87 83.61 81.13 -
YUV 224.55 126 90.52 -
System Red Green Blue C M Y K H S L
Decimal 172 252 221 0.32 0 0.12 0.01 156.75 0.93 0.83
Hex AC FC DD 20 0 C 1 9D 5D 53
Octal 254 374 335 40 0 14 1 235 135 123
Binary 10101100 11111100 11011101 100000 0 1100 1 10011101 1011101 1010011

Color Harmonies of #ACFCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFCDD

Black with #ACFCDD

Text Example


Text Example

White with #ACFCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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