Html Css Color HEX #ACFACB Magic Mint

📋 copy color: '#ACFACB'

red 172 ◦ green 250 ◦ blue 203

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

Shades of Magic Mint #ACFACB

Tints of Magic Mint #ACFACB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40%

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

R = 27.52%
G = 40%
B = 32.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#ACFACB (or 0xACFACB) is known color: Magic Mint. HEX triplet: AC, FA and CB. RGB value is (172,250,203). Sum of RGB (Red+Green+Blue) = 172+250+203=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFACB is #530534. Grayscale: #DDDDDD. Windows color (decimal): -5440821 or 13367980. OLE color: 13367980.

HSL color Cylindrical-coordinate representation of color #ACFACB: hue angle of 143.85º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFACB is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 250 203 -
CMYK 0.31 0 0.19 0.02
HSL 143.85º 0.89% 0.83% -
HSV(B) 143.85º 0.31% 0.98% -
XYZ 61.98 81.45 68.96 -
YUV 221.32 117.66 92.82 -
System Red Green Blue C M Y K H S L
Decimal 172 250 203 0.31 0 0.19 0.02 143.85 0.89 0.83
Hex AC FA CB 1F 0 13 2 90 59 53
Octal 254 372 313 37 0 23 2 220 131 123
Binary 10101100 11111010 11001011 11111 0 10011 10 10010000 1011001 1010011

Color Harmonies of #ACFACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFACB

Black with #ACFACB

Text Example


Text Example

White with #ACFACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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