Html Css Color HEX #ACFDCB Magic Mint

📋 copy color: '#ACFDCB'

red 172 ◦ green 253 ◦ blue 203

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

Shades of Magic Mint #ACFDCB

Tints of Magic Mint #ACFDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.32%

R = 27.39%
G = 40.29%
B = 32.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#ACFDCB (or 0xACFDCB) is known color: Magic Mint. HEX triplet: AC, FD and CB. RGB value is (172,253,203). Sum of RGB (Red+Green+Blue) = 172+253+203=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDCB is #530234. Grayscale: #DFDFDF. Windows color (decimal): -5440053 or 13368748. OLE color: 13368748.

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

Color convert

RGB 172 253 203 -
CMYK 0.32 0 0.20 0.01
HSL 142.96º 0.95% 0.83% -
HSV(B) 142.96º 0.32% 0.99% -
XYZ 62.92 83.33 69.27 -
YUV 223.08 116.66 91.57 -
System Red Green Blue C M Y K H S L
Decimal 172 253 203 0.32 0 0.20 0.01 142.96 0.95 0.83
Hex AC FD CB 20 0 14 1 8F 5F 53
Octal 254 375 313 40 0 24 1 217 137 123
Binary 10101100 11111101 11001011 100000 0 10100 1 10001111 1011111 1010011

Color Harmonies of #ACFDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDCB

Black with #ACFDCB

Text Example


Text Example

White with #ACFDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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