Html Css Color HEX #A0EBCD Magic Mint

📋 copy color: '#A0EBCD'

red 160 ◦ green 235 ◦ blue 205

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

Shades of Magic Mint #A0EBCD

Tints of Magic Mint #A0EBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.17%

R = 26.67%
G = 39.17%
B = 34.17%

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

#A0EBCD (or 0xA0EBCD) is known color: Magic Mint. HEX triplet: A0, EB and CD. RGB value is (160,235,205). Sum of RGB (Red+Green+Blue) = 160+235+205=600 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.67% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBCD is #5F1432. Grayscale: #D1D1D1. Windows color (decimal): -6231091 or 13495200. OLE color: 13495200.

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

Color convert

RGB 160 235 205 -
CMYK 0.32 0 0.13 0.08
HSL 156º 0.65% 0.77% -
HSV(B) 156º 0.32% 0.92% -
XYZ 55.22 71.3 68.61 -
YUV 209.16 125.65 92.94 -
System Red Green Blue C M Y K H S L
Decimal 160 235 205 0.32 0 0.13 0.08 156 0.65 0.77
Hex A0 EB CD 20 0 D 8 9C 41 4D
Octal 240 353 315 40 0 15 10 234 101 115
Binary 10100000 11101011 11001101 100000 0 1101 1000 10011100 1000001 1001101

Color Harmonies of #A0EBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EBCD

Black with #A0EBCD

Text Example


Text Example

White with #A0EBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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