Html Css Color HEX #A6FDCF Magic Mint

📋 copy color: '#A6FDCF'

red 166 ◦ green 253 ◦ blue 207

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

Shades of Magic Mint #A6FDCF

Tints of Magic Mint #A6FDCF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.42%

 BLUE value IS 207 (81.25% from 255) = 33.07%

R = 26.52%
G = 40.42%
B = 33.07%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#A6FDCF (or 0xA6FDCF) is known color: Magic Mint. HEX triplet: A6, FD and CF. RGB value is (166,253,207). Sum of RGB (Red+Green+Blue) = 166+253+207=626 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.52% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FDCF is #590230. Grayscale: #DDDDDD. Windows color (decimal): -5833265 or 13630886. OLE color: 13630886.

HSL color Cylindrical-coordinate representation of color #A6FDCF: hue angle of 148.28º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FDCF is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 253 207 -
CMYK 0.34 0 0.18 0.01
HSL 148.28º 0.96% 0.82% -
HSV(B) 148.28º 0.34% 0.99% -
XYZ 62.11 82.86 71.75 -
YUV 221.74 119.68 88.24 -
System Red Green Blue C M Y K H S L
Decimal 166 253 207 0.34 0 0.18 0.01 148.28 0.96 0.82
Hex A6 FD CF 22 0 12 1 94 60 52
Octal 246 375 317 42 0 22 1 224 140 122
Binary 10100110 11111101 11001111 100010 0 10010 1 10010100 1100000 1010010

Color Harmonies of #A6FDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FDCF

Black with #A6FDCF

Text Example


Text Example

White with #A6FDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FDCF; }

 p { color: rgb(166,253,207); }

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

background-color css

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

 a { background-color: rgb(166,253,207); }

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

border-color css

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

 span { border-color: rgb(166,253,207); }

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