Html Css Color HEX #A0EBCB Magic Mint

📋 copy color: '#A0EBCB'

red 160 ◦ green 235 ◦ blue 203

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

Shades of Magic Mint #A0EBCB

Tints of Magic Mint #A0EBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.95%

R = 26.76%
G = 39.3%
B = 33.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#A0EBCB (or 0xA0EBCB) is known color: Magic Mint. HEX triplet: A0, EB and CB. RGB value is (160,235,203). Sum of RGB (Red+Green+Blue) = 160+235+203=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBCB is #5F1434. Grayscale: #D0D0D0. Windows color (decimal): -6231093 or 13364128. OLE color: 13364128.

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

Color convert

RGB 160 235 203 -
CMYK 0.32 0 0.14 0.08
HSL 154.4º 0.65% 0.77% -
HSV(B) 154.4º 0.32% 0.92% -
XYZ 54.99 71.2 67.35 -
YUV 208.93 124.65 93.1 -
System Red Green Blue C M Y K H S L
Decimal 160 235 203 0.32 0 0.14 0.08 154.4 0.65 0.77
Hex A0 EB CB 20 0 E 8 9A 41 4D
Octal 240 353 313 40 0 16 10 232 101 115
Binary 10100000 11101011 11001011 100000 0 1110 1000 10011010 1000001 1001101

Color Harmonies of #A0EBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EBCB

Black with #A0EBCB

Text Example


Text Example

White with #A0EBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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