Html Css Color HEX #A6FBCC Magic Mint

📋 copy color: '#A6FBCC'

red 166 ◦ green 251 ◦ blue 204

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

Shades of Magic Mint #A6FBCC

Tints of Magic Mint #A6FBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.85%

R = 26.73%
G = 40.42%
B = 32.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#A6FBCC (or 0xA6FBCC) is known color: Magic Mint. HEX triplet: A6, FB and CC. RGB value is (166,251,204). Sum of RGB (Red+Green+Blue) = 166+251+204=621 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.73% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FBCC is #590433. Grayscale: #DCDCDC. Windows color (decimal): -5833780 or 13433766. OLE color: 13433766.

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

Color convert

RGB 166 251 204 -
CMYK 0.34 0 0.19 0.02
HSL 146.82º 0.91% 0.82% -
HSV(B) 146.82º 0.34% 0.98% -
XYZ 61.12 81.46 69.63 -
YUV 220.23 118.84 89.32 -
System Red Green Blue C M Y K H S L
Decimal 166 251 204 0.34 0 0.19 0.02 146.82 0.91 0.82
Hex A6 FB CC 22 0 13 2 93 5B 52
Octal 246 373 314 42 0 23 2 223 133 122
Binary 10100110 11111011 11001100 100010 0 10011 10 10010011 1011011 1010010

Color Harmonies of #A6FBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FBCC

Black with #A6FBCC

Text Example


Text Example

White with #A6FBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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