Html Css Color HEX #A6FBCE Magic Mint

📋 copy color: '#A6FBCE'

red 166 ◦ green 251 ◦ blue 206

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

Shades of Magic Mint #A6FBCE

Tints of Magic Mint #A6FBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.07%

R = 26.65%
G = 40.29%
B = 33.07%

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

#A6FBCE (or 0xA6FBCE) is known color: Magic Mint. HEX triplet: A6, FB and CE. RGB value is (166,251,206). Sum of RGB (Red+Green+Blue) = 166+251+206=623 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.65% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FBCE is #590431. Grayscale: #DCDCDC. Windows color (decimal): -5833778 or 13564838. OLE color: 13564838.

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

Color convert

RGB 166 251 206 -
CMYK 0.34 0 0.18 0.02
HSL 148.24º 0.91% 0.82% -
HSV(B) 148.24º 0.34% 0.98% -
XYZ 61.36 81.56 70.9 -
YUV 220.46 119.84 89.16 -
System Red Green Blue C M Y K H S L
Decimal 166 251 206 0.34 0 0.18 0.02 148.24 0.91 0.82
Hex A6 FB CE 22 0 12 2 94 5B 52
Octal 246 373 316 42 0 22 2 224 133 122
Binary 10100110 11111011 11001110 100010 0 10010 10 10010100 1011011 1010010

Color Harmonies of #A6FBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FBCE

Black with #A6FBCE

Text Example


Text Example

White with #A6FBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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