Html Css Color HEX #A6FBCF Magic Mint

📋 copy color: '#A6FBCF'

red 166 ◦ green 251 ◦ blue 207

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

Shades of Magic Mint #A6FBCF

Tints of Magic Mint #A6FBCF

RGB

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

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

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

R = 26.6%
G = 40.22%
B = 33.17%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#A6FBCF (or 0xA6FBCF) is known color: Magic Mint. HEX triplet: A6, FB and CF. RGB value is (166,251,207). Sum of RGB (Red+Green+Blue) = 166+251+207=624 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.60% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FBCF is #590430. Grayscale: #DCDCDC. Windows color (decimal): -5833777 or 13630374. OLE color: 13630374.

HSL color Cylindrical-coordinate representation of color #A6FBCF: hue angle of 148.94º 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 #A6FBCF is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 251 207 -
CMYK 0.34 0 0.18 0.02
HSL 148.94º 0.91% 0.82% -
HSV(B) 148.94º 0.34% 0.98% -
XYZ 61.49 81.61 71.54 -
YUV 220.57 120.34 89.08 -
System Red Green Blue C M Y K H S L
Decimal 166 251 207 0.34 0 0.18 0.02 148.94 0.91 0.82
Hex A6 FB CF 22 0 12 2 95 5B 52
Octal 246 373 317 42 0 22 2 225 133 122
Binary 10100110 11111011 11001111 100010 0 10010 10 10010101 1011011 1010010

Color Harmonies of #A6FBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FBCF

Black with #A6FBCF

Text Example


Text Example

White with #A6FBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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