Html Css Color HEX #ACFFCB Magic Mint

📋 copy color: '#ACFFCB'

red 172 ◦ green 255 ◦ blue 203

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

Shades of Magic Mint #ACFFCB

Tints of Magic Mint #ACFFCB

RGB

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

 GREEN value IS 255 (100% from 255) = 40.48%

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

R = 27.3%
G = 40.48%
B = 32.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#ACFFCB (or 0xACFFCB) is known color: Magic Mint. HEX triplet: AC, FF and CB. RGB value is (172,255,203). Sum of RGB (Red+Green+Blue) = 172+255+203=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFCB is #530034. Grayscale: #E0E0E0. Windows color (decimal): -5439541 or 13369260. OLE color: 13369260.

HSL color Cylindrical-coordinate representation of color #ACFFCB: hue angle of 142.41º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFCB is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 203 -
CMYK 0.33 0 0.20 0
HSL 142.41º 1% 0.84% -
HSV(B) 142.41º 0.33% 1% -
XYZ 63.55 84.6 69.48 -
YUV 224.26 116 90.73 -
System Red Green Blue C M Y K H S L
Decimal 172 255 203 0.33 0 0.20 0 142.41 1 0.84
Hex AC FF CB 21 0 14 0 8E 64 54
Octal 254 377 313 41 0 24 0 216 144 124
Binary 10101100 11111111 11001011 100001 0 10100 0 10001110 1100100 1010100

Color Harmonies of #ACFFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFCB

Black with #ACFFCB

Text Example


Text Example

White with #ACFFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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