Html Css Color HEX #A0EFD7 Magic Mint

📋 copy color: '#A0EFD7'

red 160 ◦ green 239 ◦ blue 215

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

Shades of Magic Mint #A0EFD7

Tints of Magic Mint #A0EFD7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.93%

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

R = 26.06%
G = 38.93%
B = 35.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#A0EFD7 (or 0xA0EFD7) is known color: Magic Mint. HEX triplet: A0, EF and D7. RGB value is (160,239,215). Sum of RGB (Red+Green+Blue) = 160+239+215=614 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.06% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 215 (84.38% from 255 or 35.02% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EFD7 is #5F1028. Grayscale: #D4D4D4. Windows color (decimal): -6230057 or 14151584. OLE color: 14151584.

HSL color Cylindrical-coordinate representation of color #A0EFD7: hue angle of 161.77º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EFD7 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 239 215 -
CMYK 0.33 0 0.10 0.06
HSL 161.77º 0.71% 0.78% -
HSV(B) 161.77º 0.33% 0.94% -
XYZ 57.63 74.11 75.56 -
YUV 212.64 129.33 90.45 -
System Red Green Blue C M Y K H S L
Decimal 160 239 215 0.33 0 0.10 0.06 161.77 0.71 0.78
Hex A0 EF D7 21 0 A 6 A2 47 4E
Octal 240 357 327 41 0 12 6 242 107 116
Binary 10100000 11101111 11010111 100001 0 1010 110 10100010 1000111 1001110

Color Harmonies of #A0EFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EFD7

Black with #A0EFD7

Text Example


Text Example

White with #A0EFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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