Html Css Color HEX #A0E7CA Magic Mint

📋 copy color: '#A0E7CA'

red 160 ◦ green 231 ◦ blue 202

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

Shades of Magic Mint #A0E7CA

Tints of Magic Mint #A0E7CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.06%

R = 26.98%
G = 38.95%
B = 34.06%

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

#A0E7CA (or 0xA0E7CA) is known color: Magic Mint. HEX triplet: A0, E7 and CA. RGB value is (160,231,202). Sum of RGB (Red+Green+Blue) = 160+231+202=593 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.98% from 593); Green value is 231 (90.62% from 255 or 38.95% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E7CA is #5F1835. Grayscale: #CECECE. Windows color (decimal): -6232118 or 13297568. OLE color: 13297568.

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

Color convert

RGB 160 231 202 -
CMYK 0.31 0 0.13 0.09
HSL 155.49º 0.6% 0.77% -
HSV(B) 155.49º 0.31% 0.91% -
XYZ 53.73 68.89 66.34 -
YUV 206.47 125.48 94.86 -
System Red Green Blue C M Y K H S L
Decimal 160 231 202 0.31 0 0.13 0.09 155.49 0.6 0.77
Hex A0 E7 CA 1F 0 D 9 9B 3C 4D
Octal 240 347 312 37 0 15 11 233 74 115
Binary 10100000 11100111 11001010 11111 0 1101 1001 10011011 111100 1001101

Color Harmonies of #A0E7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E7CA

Black with #A0E7CA

Text Example


Text Example

White with #A0E7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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