Html Css Color HEX #A4EFD5 Magic Mint

📋 copy color: '#A4EFD5'

red 164 ◦ green 239 ◦ blue 213

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

Shades of Magic Mint #A4EFD5

Tints of Magic Mint #A4EFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.58%

R = 26.62%
G = 38.8%
B = 34.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#A4EFD5 (or 0xA4EFD5) is known color: Magic Mint. HEX triplet: A4, EF and D5. RGB value is (164,239,213). Sum of RGB (Red+Green+Blue) = 164+239+213=616 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.62% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #A4EFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EFD5 is #5B102A. Grayscale: #D5D5D5. Windows color (decimal): -5967915 or 14020516. OLE color: 14020516.

HSL color Cylindrical-coordinate representation of color #A4EFD5: hue angle of 159.2º 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 #A4EFD5 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 239 213 -
CMYK 0.31 0 0.11 0.06
HSL 159.2º 0.7% 0.79% -
HSV(B) 159.2º 0.31% 0.94% -
XYZ 58.19 74.43 74.25 -
YUV 213.61 127.65 92.61 -
System Red Green Blue C M Y K H S L
Decimal 164 239 213 0.31 0 0.11 0.06 159.2 0.7 0.79
Hex A4 EF D5 1F 0 B 6 9F 46 4F
Octal 244 357 325 37 0 13 6 237 106 117
Binary 10100100 11101111 11010101 11111 0 1011 110 10011111 1000110 1001111

Color Harmonies of #A4EFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EFD5

Black with #A4EFD5

Text Example


Text Example

White with #A4EFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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