Html Css Color HEX #A6FBDA Magic Mint

📋 copy color: '#A6FBDA'

red 166 ◦ green 251 ◦ blue 218

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

Shades of Magic Mint #A6FBDA

Tints of Magic Mint #A6FBDA

RGB

 RED value IS 166 (65.23% from 255) = 26.14%

 GREEN value IS 251 (98.44% from 255) = 39.53%

 BLUE value IS 218 (85.55% from 255) = 34.33%

R = 26.14%
G = 39.53%
B = 34.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#A6FBDA (or 0xA6FBDA) is known color: Magic Mint. HEX triplet: A6, FB and DA. RGB value is (166,251,218). Sum of RGB (Red+Green+Blue) = 166+251+218=635 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.14% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FBDA is #590425. Grayscale: #DDDDDD. Windows color (decimal): -5833766 or 14351270. OLE color: 14351270.

HSL color Cylindrical-coordinate representation of color #A6FBDA: hue angle of 156.71º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FBDA is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 251 218 -
CMYK 0.34 0 0.13 0.02
HSL 156.71º 0.91% 0.82% -
HSV(B) 156.71º 0.34% 0.98% -
XYZ 62.88 82.16 78.87 -
YUV 221.82 125.84 88.18 -
System Red Green Blue C M Y K H S L
Decimal 166 251 218 0.34 0 0.13 0.02 156.71 0.91 0.82
Hex A6 FB DA 22 0 D 2 9D 5B 52
Octal 246 373 332 42 0 15 2 235 133 122
Binary 10100110 11111011 11011010 100010 0 1101 10 10011101 1011011 1010010

Color Harmonies of #A6FBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FBDA

Black with #A6FBDA

Text Example


Text Example

White with #A6FBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FBDA; }

 p { color: rgb(166,251,218); }

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

background-color css

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

 a { background-color: rgb(166,251,218); }

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

border-color css

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

 span { border-color: rgb(166,251,218); }

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