Html Css Color HEX #A0EDD7 Magic Mint

📋 copy color: '#A0EDD7'

red 160 ◦ green 237 ◦ blue 215

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

Shades of Magic Mint #A0EDD7

Tints of Magic Mint #A0EDD7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.73%

 BLUE value IS 215 (84.38% from 255) = 35.13%

R = 26.14%
G = 38.73%
B = 35.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#A0EDD7 (or 0xA0EDD7) is known color: Magic Mint. HEX triplet: A0, ED and D7. RGB value is (160,237,215). Sum of RGB (Red+Green+Blue) = 160+237+215=612 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.14% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #A0EDD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EDD7 is #5F1228. Grayscale: #D3D3D3. Windows color (decimal): -6230569 or 14151072. OLE color: 14151072.

HSL color Cylindrical-coordinate representation of color #A0EDD7: hue angle of 162.86º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EDD7 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 237 215 -
CMYK 0.32 0 0.09 0.07
HSL 162.86º 0.68% 0.78% -
HSV(B) 162.86º 0.32% 0.93% -
XYZ 57.05 72.95 75.36 -
YUV 211.47 129.99 91.29 -
System Red Green Blue C M Y K H S L
Decimal 160 237 215 0.32 0 0.09 0.07 162.86 0.68 0.78
Hex A0 ED D7 20 0 9 7 A3 44 4E
Octal 240 355 327 40 0 11 7 243 104 116
Binary 10100000 11101101 11010111 100000 0 1001 111 10100011 1000100 1001110

Color Harmonies of #A0EDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EDD7

Black with #A0EDD7

Text Example


Text Example

White with #A0EDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EDD7; }

 p { color: rgb(160,237,215); }

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

background-color css

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

 a { background-color: rgb(160,237,215); }

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

border-color css

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

 span { border-color: rgb(160,237,215); }

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