Html Css Color HEX #A4EFD6 Magic Mint

📋 copy color: '#A4EFD6'

red 164 ◦ green 239 ◦ blue 214

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

Shades of Magic Mint #A4EFD6

Tints of Magic Mint #A4EFD6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.74%

 BLUE value IS 214 (83.98% from 255) = 34.68%

R = 26.58%
G = 38.74%
B = 34.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#A4EFD6 (or 0xA4EFD6) is known color: Magic Mint. HEX triplet: A4, EF and D6. RGB value is (164,239,214). Sum of RGB (Red+Green+Blue) = 164+239+214=617 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.58% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #A4EFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EFD6 is #5B1029. Grayscale: #D5D5D5. Windows color (decimal): -5967914 or 14086052. OLE color: 14086052.

HSL color Cylindrical-coordinate representation of color #A4EFD6: hue angle of 160º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EFD6 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 239 214 -
CMYK 0.31 0 0.10 0.06
HSL 160º 0.7% 0.79% -
HSV(B) 160º 0.31% 0.94% -
XYZ 58.31 74.48 74.92 -
YUV 213.73 128.15 92.53 -
System Red Green Blue C M Y K H S L
Decimal 164 239 214 0.31 0 0.10 0.06 160 0.7 0.79
Hex A4 EF D6 1F 0 A 6 A0 46 4F
Octal 244 357 326 37 0 12 6 240 106 117
Binary 10100100 11101111 11010110 11111 0 1010 110 10100000 1000110 1001111

Color Harmonies of #A4EFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EFD6

Black with #A4EFD6

Text Example


Text Example

White with #A4EFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EFD6; }

 p { color: rgb(164,239,214); }

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

background-color css

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

 a { background-color: rgb(164,239,214); }

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

border-color css

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

 span { border-color: rgb(164,239,214); }

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