Html Css Color HEX #A7FED6 Magic Mint

📋 copy color: '#A7FED6'

red 167 ◦ green 254 ◦ blue 214

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

Shades of Magic Mint #A7FED6

Tints of Magic Mint #A7FED6

RGB

 RED value IS 167 (65.63% from 255) = 26.3%

 GREEN value IS 254 (99.61% from 255) = 40%

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

R = 26.3%
G = 40%
B = 33.7%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#A7FED6 (or 0xA7FED6) is known color: Magic Mint. HEX triplet: A7, FE and D6. RGB value is (167,254,214). Sum of RGB (Red+Green+Blue) = 167+254+214=635 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.30% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #A7FED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FED6 is #580129. Grayscale: #DFDFDF. Windows color (decimal): -5767466 or 14089895. OLE color: 14089895.

HSL color Cylindrical-coordinate representation of color #A7FED6: hue angle of 152.41º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7FED6 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 167 254 214 -
CMYK 0.34 0 0.16 0.00
HSL 152.41º 0.98% 0.83% -
HSV(B) 152.41º 0.34% 1% -
XYZ 63.52 83.95 76.48 -
YUV 223.43 122.68 87.75 -
System Red Green Blue C M Y K H S L
Decimal 167 254 214 0.34 0 0.16 0.00 152.41 0.98 0.83
Hex A7 FE D6 22 0 10 0 98 62 53
Octal 247 376 326 42 0 20 0 230 142 123
Binary 10100111 11111110 11010110 100010 0 10000 0 10011000 1100010 1010011

Color Harmonies of #A7FED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7FED6

Black with #A7FED6

Text Example


Text Example

White with #A7FED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7FED6; }

 p { color: rgb(167,254,214); }

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

background-color css

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

 a { background-color: rgb(167,254,214); }

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

border-color css

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

 span { border-color: rgb(167,254,214); }

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