Html Css Color HEX #ACF0CB Magic Mint

📋 copy color: '#ACF0CB'

red 172 ◦ green 240 ◦ blue 203

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

Shades of Magic Mint #ACF0CB

Tints of Magic Mint #ACF0CB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.02%

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

R = 27.97%
G = 39.02%
B = 33.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#ACF0CB (or 0xACF0CB) is known color: Magic Mint. HEX triplet: AC, F0 and CB. RGB value is (172,240,203). Sum of RGB (Red+Green+Blue) = 172+240+203=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0CB is #530F34. Grayscale: #D7D7D7. Windows color (decimal): -5443381 or 13365420. OLE color: 13365420.

HSL color Cylindrical-coordinate representation of color #ACF0CB: hue angle of 147.35º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0CB is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 203 -
CMYK 0.28 0 0.15 0.06
HSL 147.35º 0.69% 0.81% -
HSV(B) 147.35º 0.28% 0.94% -
XYZ 58.95 75.4 67.95 -
YUV 215.45 120.97 97.01 -
System Red Green Blue C M Y K H S L
Decimal 172 240 203 0.28 0 0.15 0.06 147.35 0.69 0.81
Hex AC F0 CB 1C 0 F 6 93 45 51
Octal 254 360 313 34 0 17 6 223 105 121
Binary 10101100 11110000 11001011 11100 0 1111 110 10010011 1000101 1010001

Color Harmonies of #ACF0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF0CB

Black with #ACF0CB

Text Example


Text Example

White with #ACF0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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