Html Css Color HEX #A0EBCC Magic Mint

📋 copy color: '#A0EBCC'

red 160 ◦ green 235 ◦ blue 204

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

Shades of Magic Mint #A0EBCC

Tints of Magic Mint #A0EBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.06%

R = 26.71%
G = 39.23%
B = 34.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#A0EBCC (or 0xA0EBCC) is known color: Magic Mint. HEX triplet: A0, EB and CC. RGB value is (160,235,204). Sum of RGB (Red+Green+Blue) = 160+235+204=599 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.71% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBCC is #5F1433. Grayscale: #D1D1D1. Windows color (decimal): -6231092 or 13429664. OLE color: 13429664.

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

Color convert

RGB 160 235 204 -
CMYK 0.32 0 0.13 0.08
HSL 155.2º 0.65% 0.77% -
HSV(B) 155.2º 0.32% 0.92% -
XYZ 55.1 71.25 67.98 -
YUV 209.04 125.15 93.02 -
System Red Green Blue C M Y K H S L
Decimal 160 235 204 0.32 0 0.13 0.08 155.2 0.65 0.77
Hex A0 EB CC 20 0 D 8 9B 41 4D
Octal 240 353 314 40 0 15 10 233 101 115
Binary 10100000 11101011 11001100 100000 0 1101 1000 10011011 1000001 1001101

Color Harmonies of #A0EBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EBCC

Black with #A0EBCC

Text Example


Text Example

White with #A0EBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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