Html Css Color HEX #ACF7DB Magic Mint

📋 copy color: '#ACF7DB'

red 172 ◦ green 247 ◦ blue 219

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

Shades of Magic Mint #ACF7DB

Tints of Magic Mint #ACF7DB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.71%

 BLUE value IS 219 (85.94% from 255) = 34.33%

R = 26.96%
G = 38.71%
B = 34.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#ACF7DB (or 0xACF7DB) is known color: Magic Mint. HEX triplet: AC, F7 and DB. RGB value is (172,247,219). Sum of RGB (Red+Green+Blue) = 172+247+219=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 247 (96.88% from 255 or 38.71% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7DB is #530824. Grayscale: #DDDDDD. Windows color (decimal): -5441573 or 14415788. OLE color: 14415788.

HSL color Cylindrical-coordinate representation of color #ACF7DB: hue angle of 157.6º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF7DB is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 247 219 -
CMYK 0.30 0 0.11 0.03
HSL 157.6º 0.82% 0.82% -
HSV(B) 157.6º 0.3% 0.97% -
XYZ 63.06 80.41 79.21 -
YUV 221.38 126.65 92.78 -
System Red Green Blue C M Y K H S L
Decimal 172 247 219 0.30 0 0.11 0.03 157.6 0.82 0.82
Hex AC F7 DB 1E 0 B 3 9E 52 52
Octal 254 367 333 36 0 13 3 236 122 122
Binary 10101100 11110111 11011011 11110 0 1011 11 10011110 1010010 1010010

Color Harmonies of #ACF7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF7DB

Black with #ACF7DB

Text Example


Text Example

White with #ACF7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF7DB; }

 p { color: rgb(172,247,219); }

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

background-color css

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

 a { background-color: rgb(172,247,219); }

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

border-color css

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

 span { border-color: rgb(172,247,219); }

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