Html Css Color HEX #A4FFDB Magic Mint

📋 copy color: '#A4FFDB'

red 164 ◦ green 255 ◦ blue 219

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

Shades of Magic Mint #A4FFDB

Tints of Magic Mint #A4FFDB

RGB

 RED value IS 164 (64.45% from 255) = 25.71%

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

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

R = 25.71%
G = 39.97%
B = 34.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#A4FFDB (or 0xA4FFDB) is known color: Magic Mint. HEX triplet: A4, FF and DB. RGB value is (164,255,219). Sum of RGB (Red+Green+Blue) = 164+255+219=638 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.71% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FFDB is #5B0024. Grayscale: #DFDFDF. Windows color (decimal): -5963813 or 14417828. OLE color: 14417828.

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

Color convert

RGB 164 255 219 -
CMYK 0.36 0 0.14 0
HSL 156.26º 1% 0.82% -
HSV(B) 156.26º 0.36% 1% -
XYZ 63.86 84.53 79.97 -
YUV 223.69 125.35 85.43 -
System Red Green Blue C M Y K H S L
Decimal 164 255 219 0.36 0 0.14 0 156.26 1 0.82
Hex A4 FF DB 24 0 E 0 9C 64 52
Octal 244 377 333 44 0 16 0 234 144 122
Binary 10100100 11111111 11011011 100100 0 1110 0 10011100 1100100 1010010

Color Harmonies of #A4FFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FFDB

Black with #A4FFDB

Text Example


Text Example

White with #A4FFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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