Html Css Color HEX #A0ECD5 Magic Mint

📋 copy color: '#A0ECD5'

red 160 ◦ green 236 ◦ blue 213

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

Shades of Magic Mint #A0ECD5

Tints of Magic Mint #A0ECD5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.75%

 BLUE value IS 213 (83.59% from 255) = 34.98%

R = 26.27%
G = 38.75%
B = 34.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#A0ECD5 (or 0xA0ECD5) is known color: Magic Mint. HEX triplet: A0, EC and D5. RGB value is (160,236,213). Sum of RGB (Red+Green+Blue) = 160+236+213=609 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.27% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECD5 is #5F132A. Grayscale: #D2D2D2. Windows color (decimal): -6230827 or 14019744. OLE color: 14019744.

HSL color Cylindrical-coordinate representation of color #A0ECD5: hue angle of 161.84º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0ECD5 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 236 213 -
CMYK 0.32 0 0.10 0.07
HSL 161.84º 0.67% 0.78% -
HSV(B) 161.84º 0.32% 0.93% -
XYZ 56.5 72.27 73.92 -
YUV 210.65 129.32 91.87 -
System Red Green Blue C M Y K H S L
Decimal 160 236 213 0.32 0 0.10 0.07 161.84 0.67 0.78
Hex A0 EC D5 20 0 A 7 A2 43 4E
Octal 240 354 325 40 0 12 7 242 103 116
Binary 10100000 11101100 11010101 100000 0 1010 111 10100010 1000011 1001110

Color Harmonies of #A0ECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ECD5

Black with #A0ECD5

Text Example


Text Example

White with #A0ECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ECD5; }

 p { color: rgb(160,236,213); }

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

background-color css

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

 a { background-color: rgb(160,236,213); }

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

border-color css

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

 span { border-color: rgb(160,236,213); }

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