Html Css Color HEX #ACFFDB Magic Mint

📋 copy color: '#ACFFDB'

red 172 ◦ green 255 ◦ blue 219

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

Shades of Magic Mint #ACFFDB

Tints of Magic Mint #ACFFDB

RGB

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

 GREEN value IS 255 (100% from 255) = 39.47%

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

R = 26.63%
G = 39.47%
B = 33.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#ACFFDB (or 0xACFFDB) is known color: Magic Mint. HEX triplet: AC, FF and DB. RGB value is (172,255,219). Sum of RGB (Red+Green+Blue) = 172+255+219=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFDB is #530024. Grayscale: #E2E2E2. Windows color (decimal): -5439525 or 14417836. OLE color: 14417836.

HSL color Cylindrical-coordinate representation of color #ACFFDB: hue angle of 153.98º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFDB is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 219 -
CMYK 0.33 0 0.14 0
HSL 153.98º 1% 0.84% -
HSV(B) 153.98º 0.33% 1% -
XYZ 65.56 85.41 80.05 -
YUV 226.08 124 89.43 -
System Red Green Blue C M Y K H S L
Decimal 172 255 219 0.33 0 0.14 0 153.98 1 0.84
Hex AC FF DB 21 0 E 0 9A 64 54
Octal 254 377 333 41 0 16 0 232 144 124
Binary 10101100 11111111 11011011 100001 0 1110 0 10011010 1100100 1010100

Color Harmonies of #ACFFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFDB

Black with #ACFFDB

Text Example


Text Example

White with #ACFFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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