Html Css Color HEX #ACF2CB Magic Mint

📋 copy color: '#ACF2CB'

red 172 ◦ green 242 ◦ blue 203

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

Shades of Magic Mint #ACF2CB

Tints of Magic Mint #ACF2CB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.22%

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

R = 27.88%
G = 39.22%
B = 32.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#ACF2CB (or 0xACF2CB) is known color: Magic Mint. HEX triplet: AC, F2 and CB. RGB value is (172,242,203). Sum of RGB (Red+Green+Blue) = 172+242+203=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2CB is #530D34. Grayscale: #D8D8D8. Windows color (decimal): -5442869 or 13365932. OLE color: 13365932.

HSL color Cylindrical-coordinate representation of color #ACF2CB: hue angle of 146.57º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF2CB is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 203 -
CMYK 0.29 0 0.16 0.05
HSL 146.57º 0.73% 0.81% -
HSV(B) 146.57º 0.29% 0.95% -
XYZ 59.54 76.59 68.14 -
YUV 216.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 172 242 203 0.29 0 0.16 0.05 146.57 0.73 0.81
Hex AC F2 CB 1D 0 10 5 93 49 51
Octal 254 362 313 35 0 20 5 223 111 121
Binary 10101100 11110010 11001011 11101 0 10000 101 10010011 1001001 1010001

Color Harmonies of #ACF2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2CB

Black with #ACF2CB

Text Example


Text Example

White with #ACF2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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