Html Css Color HEX #A0EBD2 Magic Mint

📋 copy color: '#A0EBD2'

red 160 ◦ green 235 ◦ blue 210

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

Shades of Magic Mint #A0EBD2

Tints of Magic Mint #A0EBD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.71%

R = 26.45%
G = 38.84%
B = 34.71%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#A0EBD2 (or 0xA0EBD2) is known color: Magic Mint. HEX triplet: A0, EB and D2. RGB value is (160,235,210). Sum of RGB (Red+Green+Blue) = 160+235+210=605 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.45% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBD2 is #5F142D. Grayscale: #D1D1D1. Windows color (decimal): -6231086 or 13822880. OLE color: 13822880.

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

Color convert

RGB 160 235 210 -
CMYK 0.32 0 0.11 0.08
HSL 160º 0.65% 0.77% -
HSV(B) 160º 0.32% 0.92% -
XYZ 55.84 71.54 71.84 -
YUV 209.73 128.15 92.53 -
System Red Green Blue C M Y K H S L
Decimal 160 235 210 0.32 0 0.11 0.08 160 0.65 0.77
Hex A0 EB D2 20 0 B 8 A0 41 4D
Octal 240 353 322 40 0 13 10 240 101 115
Binary 10100000 11101011 11010010 100000 0 1011 1000 10100000 1000001 1001101

Color Harmonies of #A0EBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EBD2

Black with #A0EBD2

Text Example


Text Example

White with #A0EBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EBD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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