Html Css Color HEX #A4FFCA Magic Mint

📋 copy color: '#A4FFCA'

red 164 ◦ green 255 ◦ blue 202

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

Shades of Magic Mint #A4FFCA

Tints of Magic Mint #A4FFCA

RGB

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

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

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

R = 26.41%
G = 41.06%
B = 32.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#A4FFCA (or 0xA4FFCA) is known color: Magic Mint. HEX triplet: A4, FF and CA. RGB value is (164,255,202). Sum of RGB (Red+Green+Blue) = 164+255+202=621 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.41% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FFCA is #5B0035. Grayscale: #DDDDDD. Windows color (decimal): -5963830 or 13303716. OLE color: 13303716.

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

Color convert

RGB 164 255 202 -
CMYK 0.36 0 0.21 0
HSL 145.05º 1% 0.82% -
HSV(B) 145.05º 0.36% 1% -
XYZ 61.73 83.68 68.77 -
YUV 221.75 116.85 86.81 -
System Red Green Blue C M Y K H S L
Decimal 164 255 202 0.36 0 0.21 0 145.05 1 0.82
Hex A4 FF CA 24 0 15 0 91 64 52
Octal 244 377 312 44 0 25 0 221 144 122
Binary 10100100 11111111 11001010 100100 0 10101 0 10010001 1100100 1010010

Color Harmonies of #A4FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FFCA

Black with #A4FFCA

Text Example


Text Example

White with #A4FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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