Html Css Color HEX #ACF1CB Magic Mint

📋 copy color: '#ACF1CB'

red 172 ◦ green 241 ◦ blue 203

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

Shades of Magic Mint #ACF1CB

Tints of Magic Mint #ACF1CB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.12%

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

R = 27.92%
G = 39.12%
B = 32.95%

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

#ACF1CB (or 0xACF1CB) is known color: Magic Mint. HEX triplet: AC, F1 and CB. RGB value is (172,241,203). Sum of RGB (Red+Green+Blue) = 172+241+203=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1CB is #530E34. Grayscale: #D8D8D8. Windows color (decimal): -5443125 or 13365676. OLE color: 13365676.

HSL color Cylindrical-coordinate representation of color #ACF1CB: hue angle of 146.96º degrees, saturation: 0.71, 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 #ACF1CB is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 203 -
CMYK 0.29 0 0.16 0.05
HSL 146.96º 0.71% 0.81% -
HSV(B) 146.96º 0.29% 0.95% -
XYZ 59.25 75.99 68.05 -
YUV 216.04 120.64 96.59 -
System Red Green Blue C M Y K H S L
Decimal 172 241 203 0.29 0 0.16 0.05 146.96 0.71 0.81
Hex AC F1 CB 1D 0 10 5 93 47 51
Octal 254 361 313 35 0 20 5 223 107 121
Binary 10101100 11110001 11001011 11101 0 10000 101 10010011 1000111 1010001

Color Harmonies of #ACF1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF1CB

Black with #ACF1CB

Text Example


Text Example

White with #ACF1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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