Html Css Color HEX #ACF3CB Magic Mint

📋 copy color: '#ACF3CB'

red 172 ◦ green 243 ◦ blue 203

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

Shades of Magic Mint #ACF3CB

Tints of Magic Mint #ACF3CB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.32%

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

R = 27.83%
G = 39.32%
B = 32.85%

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

#ACF3CB (or 0xACF3CB) is known color: Magic Mint. HEX triplet: AC, F3 and CB. RGB value is (172,243,203). Sum of RGB (Red+Green+Blue) = 172+243+203=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 243 (95.31% from 255 or 39.32% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3CB is #530C34. Grayscale: #D9D9D9. Windows color (decimal): -5442613 or 13366188. OLE color: 13366188.

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

Color convert

RGB 172 243 203 -
CMYK 0.29 0 0.16 0.05
HSL 146.2º 0.75% 0.81% -
HSV(B) 146.2º 0.29% 0.95% -
XYZ 59.84 77.18 68.24 -
YUV 217.21 119.98 95.75 -
System Red Green Blue C M Y K H S L
Decimal 172 243 203 0.29 0 0.16 0.05 146.2 0.75 0.81
Hex AC F3 CB 1D 0 10 5 92 4B 51
Octal 254 363 313 35 0 20 5 222 113 121
Binary 10101100 11110011 11001011 11101 0 10000 101 10010010 1001011 1010001

Color Harmonies of #ACF3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF3CB

Black with #ACF3CB

Text Example


Text Example

White with #ACF3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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