Html Css Color HEX #A0E8CA Magic Mint

📋 copy color: '#A0E8CA'

red 160 ◦ green 232 ◦ blue 202

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

Shades of Magic Mint #A0E8CA

Tints of Magic Mint #A0E8CA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.06%

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

R = 26.94%
G = 39.06%
B = 34.01%

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

#A0E8CA (or 0xA0E8CA) is known color: Magic Mint. HEX triplet: A0, E8 and CA. RGB value is (160,232,202). Sum of RGB (Red+Green+Blue) = 160+232+202=594 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.94% from 594); Green value is 232 (91.02% from 255 or 39.06% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E8CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E8CA is #5F1735. Grayscale: #CFCFCF. Windows color (decimal): -6231862 or 13297824. OLE color: 13297824.

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

Color convert

RGB 160 232 202 -
CMYK 0.31 0 0.13 0.09
HSL 155º 0.61% 0.77% -
HSV(B) 155º 0.31% 0.91% -
XYZ 54.01 69.45 66.44 -
YUV 207.05 125.15 94.44 -
System Red Green Blue C M Y K H S L
Decimal 160 232 202 0.31 0 0.13 0.09 155 0.61 0.77
Hex A0 E8 CA 1F 0 D 9 9B 3D 4D
Octal 240 350 312 37 0 15 11 233 75 115
Binary 10100000 11101000 11001010 11111 0 1101 1001 10011011 111101 1001101

Color Harmonies of #A0E8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E8CA

Black with #A0E8CA

Text Example


Text Example

White with #A0E8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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