Html Css Color HEX #A4EBCE Magic Mint

📋 copy color: '#A4EBCE'

red 164 ◦ green 235 ◦ blue 206

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

Shades of Magic Mint #A4EBCE

Tints of Magic Mint #A4EBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.05%

R = 27.11%
G = 38.84%
B = 34.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#A4EBCE (or 0xA4EBCE) is known color: Magic Mint. HEX triplet: A4, EB and CE. RGB value is (164,235,206). Sum of RGB (Red+Green+Blue) = 164+235+206=605 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.11% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBCE is #5B1431. Grayscale: #D2D2D2. Windows color (decimal): -5968946 or 13560740. OLE color: 13560740.

HSL color Cylindrical-coordinate representation of color #A4EBCE: hue angle of 155.49º 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 #A4EBCE is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 235 206 -
CMYK 0.30 0 0.12 0.08
HSL 155.49º 0.64% 0.78% -
HSV(B) 155.49º 0.3% 0.92% -
XYZ 56.16 71.77 69.28 -
YUV 210.47 125.48 94.86 -
System Red Green Blue C M Y K H S L
Decimal 164 235 206 0.30 0 0.12 0.08 155.49 0.64 0.78
Hex A4 EB CE 1E 0 C 8 9B 40 4E
Octal 244 353 316 36 0 14 10 233 100 116
Binary 10100100 11101011 11001110 11110 0 1100 1000 10011011 1000000 1001110

Color Harmonies of #A4EBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EBCE

Black with #A4EBCE

Text Example


Text Example

White with #A4EBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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