Html Css Color HEX #A3EBD0 Magic Mint

📋 copy color: '#A3EBD0'

red 163 ◦ green 235 ◦ blue 208

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

Shades of Magic Mint #A3EBD0

Tints of Magic Mint #A3EBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.32%

R = 26.9%
G = 38.78%
B = 34.32%

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

#A3EBD0 (or 0xA3EBD0) is known color: Magic Mint. HEX triplet: A3, EB and D0. RGB value is (163,235,208). Sum of RGB (Red+Green+Blue) = 163+235+208=606 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.90% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EBD0 is #5C142F. Grayscale: #D2D2D2. Windows color (decimal): -6034480 or 13691811. OLE color: 13691811.

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

Color convert

RGB 163 235 208 -
CMYK 0.31 0 0.11 0.08
HSL 157.5º 0.64% 0.78% -
HSV(B) 157.5º 0.31% 0.92% -
XYZ 56.2 71.76 70.56 -
YUV 210.39 126.65 94.2 -
System Red Green Blue C M Y K H S L
Decimal 163 235 208 0.31 0 0.11 0.08 157.5 0.64 0.78
Hex A3 EB D0 1F 0 B 8 9E 40 4E
Octal 243 353 320 37 0 13 10 236 100 116
Binary 10100011 11101011 11010000 11111 0 1011 1000 10011110 1000000 1001110

Color Harmonies of #A3EBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EBD0

Black with #A3EBD0

Text Example


Text Example

White with #A3EBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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