Html Css Color HEX #A0E4CA Magic Mint

📋 copy color: '#A0E4CA'

red 160 ◦ green 228 ◦ blue 202

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

Shades of Magic Mint #A0E4CA

Tints of Magic Mint #A0E4CA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.64%

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

R = 27.12%
G = 38.64%
B = 34.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#A0E4CA (or 0xA0E4CA) is known color: Magic Mint. HEX triplet: A0, E4 and CA. RGB value is (160,228,202). Sum of RGB (Red+Green+Blue) = 160+228+202=590 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.12% from 590); Green value is 228 (89.45% from 255 or 38.64% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E4CA is #5F1B35. Grayscale: #CCCCCC. Windows color (decimal): -6232886 or 13296800. OLE color: 13296800.

HSL color Cylindrical-coordinate representation of color #A0E4CA: hue angle of 157.06º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E4CA is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 228 202 -
CMYK 0.30 0 0.11 0.11
HSL 157.06º 0.56% 0.76% -
HSV(B) 157.06º 0.3% 0.89% -
XYZ 52.9 67.22 66.06 -
YUV 204.7 126.47 96.11 -
System Red Green Blue C M Y K H S L
Decimal 160 228 202 0.30 0 0.11 0.11 157.06 0.56 0.76
Hex A0 E4 CA 1E 0 B B 9D 38 4C
Octal 240 344 312 36 0 13 13 235 70 114
Binary 10100000 11100100 11001010 11110 0 1011 1011 10011101 111000 1001100

Color Harmonies of #A0E4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E4CA

Black with #A0E4CA

Text Example


Text Example

White with #A0E4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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