Html Css Color HEX #A2EFD6 Magic Mint

📋 copy color: '#A2EFD6'

red 162 ◦ green 239 ◦ blue 214

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

Shades of Magic Mint #A2EFD6

Tints of Magic Mint #A2EFD6

RGB

 RED value IS 162 (63.67% from 255) = 26.34%

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

 BLUE value IS 214 (83.98% from 255) = 34.8%

R = 26.34%
G = 38.86%
B = 34.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#A2EFD6 (or 0xA2EFD6) is known color: Magic Mint. HEX triplet: A2, EF and D6. RGB value is (162,239,214). Sum of RGB (Red+Green+Blue) = 162+239+214=615 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.34% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 214 (83.98% from 255 or 34.80% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EFD6 is #5D1029. Grayscale: #D5D5D5. Windows color (decimal): -6098986 or 14086050. OLE color: 14086050.

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

Color convert

RGB 162 239 214 -
CMYK 0.32 0 0.10 0.06
HSL 160.52º 0.71% 0.79% -
HSV(B) 160.52º 0.32% 0.94% -
XYZ 57.9 74.27 74.9 -
YUV 213.13 128.49 91.53 -
System Red Green Blue C M Y K H S L
Decimal 162 239 214 0.32 0 0.10 0.06 160.52 0.71 0.79
Hex A2 EF D6 20 0 A 6 A1 47 4F
Octal 242 357 326 40 0 12 6 241 107 117
Binary 10100010 11101111 11010110 100000 0 1010 110 10100001 1000111 1001111

Color Harmonies of #A2EFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EFD6

Black with #A2EFD6

Text Example


Text Example

White with #A2EFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EFD6; }

 p { color: rgb(162,239,214); }

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

background-color css

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

 a { background-color: rgb(162,239,214); }

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

border-color css

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

 span { border-color: rgb(162,239,214); }

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