Html Css Color HEX #ACFECB Magic Mint

📋 copy color: '#ACFECB'

red 172 ◦ green 254 ◦ blue 203

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

Shades of Magic Mint #ACFECB

Tints of Magic Mint #ACFECB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.38%

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

R = 27.34%
G = 40.38%
B = 32.27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#ACFECB (or 0xACFECB) is known color: Magic Mint. HEX triplet: AC, FE and CB. RGB value is (172,254,203). Sum of RGB (Red+Green+Blue) = 172+254+203=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFECB is #530134. Grayscale: #DFDFDF. Windows color (decimal): -5439797 or 13369004. OLE color: 13369004.

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

Color convert

RGB 172 254 203 -
CMYK 0.32 0 0.20 0.00
HSL 142.68º 0.98% 0.84% -
HSV(B) 142.68º 0.32% 1% -
XYZ 63.23 83.97 69.37 -
YUV 223.67 116.33 91.15 -
System Red Green Blue C M Y K H S L
Decimal 172 254 203 0.32 0 0.20 0.00 142.68 0.98 0.84
Hex AC FE CB 20 0 14 0 8F 62 54
Octal 254 376 313 40 0 24 0 217 142 124
Binary 10101100 11111110 11001011 100000 0 10100 0 10001111 1100010 1010100

Color Harmonies of #ACFECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFECB

Black with #ACFECB

Text Example


Text Example

White with #ACFECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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