Html Css Color HEX #A0E8CD Magic Mint

📋 copy color: '#A0E8CD'

red 160 ◦ green 232 ◦ blue 205

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

Shades of Magic Mint #A0E8CD

Tints of Magic Mint #A0E8CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.34%

R = 26.8%
G = 38.86%
B = 34.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#A0E8CD (or 0xA0E8CD) is known color: Magic Mint. HEX triplet: A0, E8 and CD. RGB value is (160,232,205). Sum of RGB (Red+Green+Blue) = 160+232+205=597 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.80% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E8CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E8CD is #5F1732. Grayscale: #CFCFCF. Windows color (decimal): -6231859 or 13494432. OLE color: 13494432.

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

Color convert

RGB 160 232 205 -
CMYK 0.31 0 0.12 0.09
HSL 157.5º 0.61% 0.77% -
HSV(B) 157.5º 0.31% 0.91% -
XYZ 54.37 69.59 68.32 -
YUV 207.39 126.65 94.2 -
System Red Green Blue C M Y K H S L
Decimal 160 232 205 0.31 0 0.12 0.09 157.5 0.61 0.77
Hex A0 E8 CD 1F 0 C 9 9E 3D 4D
Octal 240 350 315 37 0 14 11 236 75 115
Binary 10100000 11101000 11001101 11111 0 1100 1001 10011110 111101 1001101

Color Harmonies of #A0E8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E8CD

Black with #A0E8CD

Text Example


Text Example

White with #A0E8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E8CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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