Html Css Color HEX #A0EFD8 Magic Mint

📋 copy color: '#A0EFD8'

red 160 ◦ green 239 ◦ blue 216

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

Shades of Magic Mint #A0EFD8

Tints of Magic Mint #A0EFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.12%

R = 26.02%
G = 38.86%
B = 35.12%

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

#A0EFD8 (or 0xA0EFD8) is known color: Magic Mint. HEX triplet: A0, EF and D8. RGB value is (160,239,216). Sum of RGB (Red+Green+Blue) = 160+239+216=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EFD8 is #5F1027. Grayscale: #D4D4D4. Windows color (decimal): -6230056 or 14217120. OLE color: 14217120.

HSL color Cylindrical-coordinate representation of color #A0EFD8: hue angle of 162.53º 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 #A0EFD8 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 239 216 -
CMYK 0.33 0 0.10 0.06
HSL 162.53º 0.71% 0.78% -
HSV(B) 162.53º 0.33% 0.94% -
XYZ 57.76 74.16 76.24 -
YUV 212.76 129.83 90.37 -
System Red Green Blue C M Y K H S L
Decimal 160 239 216 0.33 0 0.10 0.06 162.53 0.71 0.78
Hex A0 EF D8 21 0 A 6 A3 47 4E
Octal 240 357 330 41 0 12 6 243 107 116
Binary 10100000 11101111 11011000 100001 0 1010 110 10100011 1000111 1001110

Color Harmonies of #A0EFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EFD8

Black with #A0EFD8

Text Example


Text Example

White with #A0EFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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