Html Css Color HEX #A0ECBD Magic Mint

📋 copy color: '#A0ECBD'

red 160 ◦ green 236 ◦ blue 189

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

Shades of Magic Mint #A0ECBD

Tints of Magic Mint #A0ECBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.31%

R = 27.35%
G = 40.34%
B = 32.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#A0ECBD (or 0xA0ECBD) is known color: Magic Mint. HEX triplet: A0, EC and BD. RGB value is (160,236,189). Sum of RGB (Red+Green+Blue) = 160+236+189=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECBD is #5F1342. Grayscale: #D0D0D0. Windows color (decimal): -6230851 or 12446880. OLE color: 12446880.

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

Color convert

RGB 160 236 189 -
CMYK 0.32 0 0.20 0.07
HSL 142.89º 0.67% 0.78% -
HSV(B) 142.89º 0.32% 0.93% -
XYZ 53.68 71.14 59.05 -
YUV 207.92 117.32 93.82 -
System Red Green Blue C M Y K H S L
Decimal 160 236 189 0.32 0 0.20 0.07 142.89 0.67 0.78
Hex A0 EC BD 20 0 14 7 8F 43 4E
Octal 240 354 275 40 0 24 7 217 103 116
Binary 10100000 11101100 10111101 100000 0 10100 111 10001111 1000011 1001110

Color Harmonies of #A0ECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ECBD

Black with #A0ECBD

Text Example


Text Example

White with #A0ECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ECBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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