Html Css Color HEX #A4EDC8 Magic Mint

📋 copy color: '#A4EDC8'

red 164 ◦ green 237 ◦ blue 200

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

Shades of Magic Mint #A4EDC8

Tints of Magic Mint #A4EDC8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.43%

 BLUE value IS 200 (78.52% from 255) = 33.28%

R = 27.29%
G = 39.43%
B = 33.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#A4EDC8 (or 0xA4EDC8) is known color: Magic Mint. HEX triplet: A4, ED and C8. RGB value is (164,237,200). Sum of RGB (Red+Green+Blue) = 164+237+200=601 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.29% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EDC8 is #5B1237. Grayscale: #D3D3D3. Windows color (decimal): -5968440 or 13168036. OLE color: 13168036.

HSL color Cylindrical-coordinate representation of color #A4EDC8: hue angle of 149.59º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EDC8 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 237 200 -
CMYK 0.31 0 0.16 0.07
HSL 149.59º 0.67% 0.79% -
HSV(B) 149.59º 0.31% 0.93% -
XYZ 56.02 72.63 65.71 -
YUV 210.96 121.82 94.51 -
System Red Green Blue C M Y K H S L
Decimal 164 237 200 0.31 0 0.16 0.07 149.59 0.67 0.79
Hex A4 ED C8 1F 0 10 7 96 43 4F
Octal 244 355 310 37 0 20 7 226 103 117
Binary 10100100 11101101 11001000 11111 0 10000 111 10010110 1000011 1001111

Color Harmonies of #A4EDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EDC8

Black with #A4EDC8

Text Example


Text Example

White with #A4EDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EDC8; }

 p { color: rgb(164,237,200); }

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

background-color css

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

 a { background-color: rgb(164,237,200); }

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

border-color css

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

 span { border-color: rgb(164,237,200); }

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