Html Css Color HEX #A0EBCE Magic Mint

📋 copy color: '#A0EBCE'

red 160 ◦ green 235 ◦ blue 206

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

Shades of Magic Mint #A0EBCE

Tints of Magic Mint #A0EBCE

RGB

 RED value IS 160 (62.89% from 255) = 26.62%

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

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

R = 26.62%
G = 39.1%
B = 34.28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#A0EBCE (or 0xA0EBCE) is known color: Magic Mint. HEX triplet: A0, EB and CE. RGB value is (160,235,206). Sum of RGB (Red+Green+Blue) = 160+235+206=601 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.62% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBCE is #5F1431. Grayscale: #D1D1D1. Windows color (decimal): -6231090 or 13560736. OLE color: 13560736.

HSL color Cylindrical-coordinate representation of color #A0EBCE: hue angle of 156.8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EBCE is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 235 206 -
CMYK 0.32 0 0.12 0.08
HSL 156.8º 0.65% 0.77% -
HSV(B) 156.8º 0.32% 0.92% -
XYZ 55.35 71.35 69.25 -
YUV 209.27 126.15 92.86 -
System Red Green Blue C M Y K H S L
Decimal 160 235 206 0.32 0 0.12 0.08 156.8 0.65 0.77
Hex A0 EB CE 20 0 C 8 9D 41 4D
Octal 240 353 316 40 0 14 10 235 101 115
Binary 10100000 11101011 11001110 100000 0 1100 1000 10011101 1000001 1001101

Color Harmonies of #A0EBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EBCE

Black with #A0EBCE

Text Example


Text Example

White with #A0EBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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