Html Css Color HEX #A0E9CA Magic Mint

📋 copy color: '#A0E9CA'

red 160 ◦ green 233 ◦ blue 202

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

Shades of Magic Mint #A0E9CA

Tints of Magic Mint #A0E9CA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.16%

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

R = 26.89%
G = 39.16%
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

#A0E9CA (or 0xA0E9CA) is known color: Magic Mint. HEX triplet: A0, E9 and CA. RGB value is (160,233,202). Sum of RGB (Red+Green+Blue) = 160+233+202=595 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.89% from 595); Green value is 233 (91.41% from 255 or 39.16% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E9CA is #5F1635. Grayscale: #CFCFCF. Windows color (decimal): -6231606 or 13298080. OLE color: 13298080.

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

Color convert

RGB 160 233 202 -
CMYK 0.31 0 0.13 0.09
HSL 154.52º 0.62% 0.77% -
HSV(B) 154.52º 0.31% 0.91% -
XYZ 54.3 70.02 66.53 -
YUV 207.64 124.82 94.02 -
System Red Green Blue C M Y K H S L
Decimal 160 233 202 0.31 0 0.13 0.09 154.52 0.62 0.77
Hex A0 E9 CA 1F 0 D 9 9B 3E 4D
Octal 240 351 312 37 0 15 11 233 76 115
Binary 10100000 11101001 11001010 11111 0 1101 1001 10011011 111110 1001101

Color Harmonies of #A0E9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E9CA

Black with #A0E9CA

Text Example


Text Example

White with #A0E9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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