Html Css Color HEX #A3EBCE Magic Mint

📋 copy color: '#A3EBCE'

red 163 ◦ green 235 ◦ blue 206

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

Shades of Magic Mint #A3EBCE

Tints of Magic Mint #A3EBCE

RGB

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

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

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

R = 26.99%
G = 38.91%
B = 34.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#A3EBCE (or 0xA3EBCE) is known color: Magic Mint. HEX triplet: A3, EB and CE. RGB value is (163,235,206). Sum of RGB (Red+Green+Blue) = 163+235+206=604 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.99% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EBCE is #5C1431. Grayscale: #D2D2D2. Windows color (decimal): -6034482 or 13560739. OLE color: 13560739.

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

Color convert

RGB 163 235 206 -
CMYK 0.31 0 0.12 0.08
HSL 155.83º 0.64% 0.78% -
HSV(B) 155.83º 0.31% 0.92% -
XYZ 55.95 71.66 69.28 -
YUV 210.17 125.65 94.36 -
System Red Green Blue C M Y K H S L
Decimal 163 235 206 0.31 0 0.12 0.08 155.83 0.64 0.78
Hex A3 EB CE 1F 0 C 8 9C 40 4E
Octal 243 353 316 37 0 14 10 234 100 116
Binary 10100011 11101011 11001110 11111 0 1100 1000 10011100 1000000 1001110

Color Harmonies of #A3EBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EBCE

Black with #A3EBCE

Text Example


Text Example

White with #A3EBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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