Html Css Color HEX #A0EBC7 Magic Mint

📋 copy color: '#A0EBC7'

red 160 ◦ green 235 ◦ blue 199

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

Shades of Magic Mint #A0EBC7

Tints of Magic Mint #A0EBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.5%

R = 26.94%
G = 39.56%
B = 33.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#A0EBC7 (or 0xA0EBC7) is known color: Magic Mint. HEX triplet: A0, EB and C7. RGB value is (160,235,199). Sum of RGB (Red+Green+Blue) = 160+235+199=594 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.94% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBC7 is #5F1438. Grayscale: #D0D0D0. Windows color (decimal): -6231097 or 13101984. OLE color: 13101984.

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

Color convert

RGB 160 235 199 -
CMYK 0.32 0 0.15 0.08
HSL 151.2º 0.65% 0.77% -
HSV(B) 151.2º 0.32% 0.92% -
XYZ 54.51 71.01 64.87 -
YUV 208.47 122.65 93.43 -
System Red Green Blue C M Y K H S L
Decimal 160 235 199 0.32 0 0.15 0.08 151.2 0.65 0.77
Hex A0 EB C7 20 0 F 8 97 41 4D
Octal 240 353 307 40 0 17 10 227 101 115
Binary 10100000 11101011 11000111 100000 0 1111 1000 10010111 1000001 1001101

Color Harmonies of #A0EBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EBC7

Black with #A0EBC7

Text Example


Text Example

White with #A0EBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EBC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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