Html Css Color HEX #ACFCCB Magic Mint

📋 copy color: '#ACFCCB'

red 172 ◦ green 252 ◦ blue 203

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

Shades of Magic Mint #ACFCCB

Tints of Magic Mint #ACFCCB

RGB

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

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

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

R = 27.43%
G = 40.19%
B = 32.38%

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

#ACFCCB (or 0xACFCCB) is known color: Magic Mint. HEX triplet: AC, FC and CB. RGB value is (172,252,203). Sum of RGB (Red+Green+Blue) = 172+252+203=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCCB is #530334. Grayscale: #DEDEDE. Windows color (decimal): -5440309 or 13368492. OLE color: 13368492.

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

Color convert

RGB 172 252 203 -
CMYK 0.32 0 0.19 0.01
HSL 143.25º 0.93% 0.83% -
HSV(B) 143.25º 0.32% 0.99% -
XYZ 62.6 82.7 69.16 -
YUV 222.49 117 91.98 -
System Red Green Blue C M Y K H S L
Decimal 172 252 203 0.32 0 0.19 0.01 143.25 0.93 0.83
Hex AC FC CB 20 0 13 1 8F 5D 53
Octal 254 374 313 40 0 23 1 217 135 123
Binary 10101100 11111100 11001011 100000 0 10011 1 10001111 1011101 1010011

Color Harmonies of #ACFCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFCCB

Black with #ACFCCB

Text Example


Text Example

White with #ACFCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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