Html Css Color HEX #ACFCCE Magic Mint

📋 copy color: '#ACFCCE'

red 172 ◦ green 252 ◦ blue 206

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

Shades of Magic Mint #ACFCCE

Tints of Magic Mint #ACFCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.7%

R = 27.3%
G = 40%
B = 32.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#ACFCCE (or 0xACFCCE) is known color: Magic Mint. HEX triplet: AC, FC and CE. RGB value is (172,252,206). Sum of RGB (Red+Green+Blue) = 172+252+206=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCCE is #530331. Grayscale: #DEDEDE. Windows color (decimal): -5440306 or 13565100. OLE color: 13565100.

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

Color convert

RGB 172 252 206 -
CMYK 0.32 0 0.18 0.01
HSL 145.5º 0.93% 0.83% -
HSV(B) 145.5º 0.32% 0.99% -
XYZ 62.96 82.85 71.07 -
YUV 222.84 118.5 91.74 -
System Red Green Blue C M Y K H S L
Decimal 172 252 206 0.32 0 0.18 0.01 145.5 0.93 0.83
Hex AC FC CE 20 0 12 1 92 5D 53
Octal 254 374 316 40 0 22 1 222 135 123
Binary 10101100 11111100 11001110 100000 0 10010 1 10010010 1011101 1010011

Color Harmonies of #ACFCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFCCE

Black with #ACFCCE

Text Example


Text Example

White with #ACFCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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