Html Css Color HEX #A0E7C9 Magic Mint

📋 copy color: '#A0E7C9'

red 160 ◦ green 231 ◦ blue 201

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

Shades of Magic Mint #A0E7C9

Tints of Magic Mint #A0E7C9

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.02%

 BLUE value IS 201 (78.91% from 255) = 33.95%

R = 27.03%
G = 39.02%
B = 33.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#A0E7C9 (or 0xA0E7C9) is known color: Magic Mint. HEX triplet: A0, E7 and C9. RGB value is (160,231,201). Sum of RGB (Red+Green+Blue) = 160+231+201=592 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.03% from 592); Green value is 231 (90.62% from 255 or 39.02% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E7C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E7C9 is #5F1836. Grayscale: #CECECE. Windows color (decimal): -6232119 or 13232032. OLE color: 13232032.

HSL color Cylindrical-coordinate representation of color #A0E7C9: hue angle of 154.65º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E7C9 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 231 201 -
CMYK 0.31 0 0.13 0.09
HSL 154.65º 0.6% 0.77% -
HSV(B) 154.65º 0.31% 0.91% -
XYZ 53.62 68.84 65.72 -
YUV 206.35 124.98 94.94 -
System Red Green Blue C M Y K H S L
Decimal 160 231 201 0.31 0 0.13 0.09 154.65 0.6 0.77
Hex A0 E7 C9 1F 0 D 9 9B 3C 4D
Octal 240 347 311 37 0 15 11 233 74 115
Binary 10100000 11100111 11001001 11111 0 1101 1001 10011011 111100 1001101

Color Harmonies of #A0E7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E7C9

Black with #A0E7C9

Text Example


Text Example

White with #A0E7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E7C9; }

 p { color: rgb(160,231,201); }

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

background-color css

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

 a { background-color: rgb(160,231,201); }

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

border-color css

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

 span { border-color: rgb(160,231,201); }

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