Html Css Color HEX #A4EBCA Magic Mint

📋 copy color: '#A4EBCA'

red 164 ◦ green 235 ◦ blue 202

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

Shades of Magic Mint #A4EBCA

Tints of Magic Mint #A4EBCA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.1%

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

R = 27.29%
G = 39.1%
B = 33.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#A4EBCA (or 0xA4EBCA) is known color: Magic Mint. HEX triplet: A4, EB and CA. RGB value is (164,235,202). Sum of RGB (Red+Green+Blue) = 164+235+202=601 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.29% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBCA is #5B1435. Grayscale: #D2D2D2. Windows color (decimal): -5968950 or 13298596. OLE color: 13298596.

HSL color Cylindrical-coordinate representation of color #A4EBCA: hue angle of 152.11º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4EBCA is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 235 202 -
CMYK 0.30 0 0.14 0.08
HSL 152.11º 0.64% 0.78% -
HSV(B) 152.11º 0.3% 0.92% -
XYZ 55.68 71.57 66.76 -
YUV 210.01 123.48 95.18 -
System Red Green Blue C M Y K H S L
Decimal 164 235 202 0.30 0 0.14 0.08 152.11 0.64 0.78
Hex A4 EB CA 1E 0 E 8 98 40 4E
Octal 244 353 312 36 0 16 10 230 100 116
Binary 10100100 11101011 11001010 11110 0 1110 1000 10011000 1000000 1001110

Color Harmonies of #A4EBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EBCA

Black with #A4EBCA

Text Example


Text Example

White with #A4EBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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