Html Css Color HEX #ACFCCD Magic Mint

📋 copy color: '#ACFCCD'

red 172 ◦ green 252 ◦ blue 205

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

Shades of Magic Mint #ACFCCD

Tints of Magic Mint #ACFCCD

RGB

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

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

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

R = 27.34%
G = 40.06%
B = 32.59%

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

#ACFCCD (or 0xACFCCD) is known color: Magic Mint. HEX triplet: AC, FC and CD. RGB value is (172,252,205). Sum of RGB (Red+Green+Blue) = 172+252+205=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCCD is #530332. Grayscale: #DEDEDE. Windows color (decimal): -5440307 or 13499564. OLE color: 13499564.

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

Color convert

RGB 172 252 205 -
CMYK 0.32 0 0.19 0.01
HSL 144.75º 0.93% 0.83% -
HSV(B) 144.75º 0.32% 0.99% -
XYZ 62.84 82.8 70.43 -
YUV 222.72 118 91.82 -
System Red Green Blue C M Y K H S L
Decimal 172 252 205 0.32 0 0.19 0.01 144.75 0.93 0.83
Hex AC FC CD 20 0 13 1 91 5D 53
Octal 254 374 315 40 0 23 1 221 135 123
Binary 10101100 11111100 11001101 100000 0 10011 1 10010001 1011101 1010011

Color Harmonies of #ACFCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFCCD

Black with #ACFCCD

Text Example


Text Example

White with #ACFCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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