Html Css Color HEX #A4FFD4 Magic Mint

📋 copy color: '#A4FFD4'

red 164 ◦ green 255 ◦ blue 212

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

Shades of Magic Mint #A4FFD4

Tints of Magic Mint #A4FFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.6%

R = 25.99%
G = 40.41%
B = 33.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#A4FFD4 (or 0xA4FFD4) is known color: Magic Mint. HEX triplet: A4, FF and D4. RGB value is (164,255,212). Sum of RGB (Red+Green+Blue) = 164+255+212=631 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.99% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FFD4 is #5B002B. Grayscale: #DEDEDE. Windows color (decimal): -5963820 or 13959076. OLE color: 13959076.

HSL color Cylindrical-coordinate representation of color #A4FFD4: hue angle of 151.65º 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 #A4FFD4 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 164 255 212 -
CMYK 0.36 0 0.17 0
HSL 151.65º 1% 0.82% -
HSV(B) 151.65º 0.36% 1% -
XYZ 62.95 84.17 75.22 -
YUV 222.89 121.85 86 -
System Red Green Blue C M Y K H S L
Decimal 164 255 212 0.36 0 0.17 0 151.65 1 0.82
Hex A4 FF D4 24 0 11 0 98 64 52
Octal 244 377 324 44 0 21 0 230 144 122
Binary 10100100 11111111 11010100 100100 0 10001 0 10011000 1100100 1010010

Color Harmonies of #A4FFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FFD4

Black with #A4FFD4

Text Example


Text Example

White with #A4FFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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