Html Css Color HEX #A4E4CA Magic Mint

📋 copy color: '#A4E4CA'

red 164 ◦ green 228 ◦ blue 202

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

Shades of Magic Mint #A4E4CA

Tints of Magic Mint #A4E4CA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.38%

 BLUE value IS 202 (79.3% from 255) = 34.01%

R = 27.61%
G = 38.38%
B = 34.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#A4E4CA (or 0xA4E4CA) is known color: Magic Mint. HEX triplet: A4, E4 and CA. RGB value is (164,228,202). Sum of RGB (Red+Green+Blue) = 164+228+202=594 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.61% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E4CA is #5B1B35. Grayscale: #CDCDCD. Windows color (decimal): -5970742 or 13296804. OLE color: 13296804.

HSL color Cylindrical-coordinate representation of color #A4E4CA: hue angle of 155.62º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4E4CA is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 164 228 202 -
CMYK 0.28 0 0.11 0.11
HSL 155.63º 0.54% 0.77% -
HSV(B) 155.63º 0.28% 0.89% -
XYZ 53.71 67.64 66.1 -
YUV 205.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 164 228 202 0.28 0 0.11 0.11 155.63 0.54 0.77
Hex A4 E4 CA 1C 0 B B 9C 36 4D
Octal 244 344 312 34 0 13 13 234 66 115
Binary 10100100 11100100 11001010 11100 0 1011 1011 10011100 110110 1001101

Color Harmonies of #A4E4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E4CA

Black with #A4E4CA

Text Example


Text Example

White with #A4E4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E4CA; }

 p { color: rgb(164,228,202); }

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

background-color css

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

 a { background-color: rgb(164,228,202); }

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

border-color css

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

 span { border-color: rgb(164,228,202); }

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