Html Css Color HEX #A3EBD1 Magic Mint

📋 copy color: '#A3EBD1'

red 163 ◦ green 235 ◦ blue 209

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

Shades of Magic Mint #A3EBD1

Tints of Magic Mint #A3EBD1

RGB

 RED value IS 163 (64.06% from 255) = 26.85%

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

 BLUE value IS 209 (82.03% from 255) = 34.43%

R = 26.85%
G = 38.71%
B = 34.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#A3EBD1 (or 0xA3EBD1) is known color: Magic Mint. HEX triplet: A3, EB and D1. RGB value is (163,235,209). Sum of RGB (Red+Green+Blue) = 163+235+209=607 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.85% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EBD1 is #5C142E. Grayscale: #D2D2D2. Windows color (decimal): -6034479 or 13757347. OLE color: 13757347.

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

Color convert

RGB 163 235 209 -
CMYK 0.31 0 0.11 0.08
HSL 158.33º 0.64% 0.78% -
HSV(B) 158.33º 0.31% 0.92% -
XYZ 56.32 71.81 71.21 -
YUV 210.51 127.15 94.11 -
System Red Green Blue C M Y K H S L
Decimal 163 235 209 0.31 0 0.11 0.08 158.33 0.64 0.78
Hex A3 EB D1 1F 0 B 8 9E 40 4E
Octal 243 353 321 37 0 13 10 236 100 116
Binary 10100011 11101011 11010001 11111 0 1011 1000 10011110 1000000 1001110

Color Harmonies of #A3EBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EBD1

Black with #A3EBD1

Text Example


Text Example

White with #A3EBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EBD1; }

 p { color: rgb(163,235,209); }

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

background-color css

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

 a { background-color: rgb(163,235,209); }

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

border-color css

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

 span { border-color: rgb(163,235,209); }

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