Html Css Color HEX #A6FACA Magic Mint

📋 copy color: '#A6FACA'

red 166 ◦ green 250 ◦ blue 202

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

Shades of Magic Mint #A6FACA

Tints of Magic Mint #A6FACA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.45%

 BLUE value IS 202 (79.3% from 255) = 32.69%

R = 26.86%
G = 40.45%
B = 32.69%

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

#A6FACA (or 0xA6FACA) is known color: Magic Mint. HEX triplet: A6, FA and CA. RGB value is (166,250,202). Sum of RGB (Red+Green+Blue) = 166+250+202=618 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.86% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FACA is #590535. Grayscale: #DBDBDB. Windows color (decimal): -5834038 or 13302438. OLE color: 13302438.

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

Color convert

RGB 166 250 202 -
CMYK 0.34 0 0.19 0.02
HSL 145.71º 0.89% 0.82% -
HSV(B) 145.71º 0.34% 0.98% -
XYZ 60.57 80.74 68.27 -
YUV 219.41 118.17 89.9 -
System Red Green Blue C M Y K H S L
Decimal 166 250 202 0.34 0 0.19 0.02 145.71 0.89 0.82
Hex A6 FA CA 22 0 13 2 92 59 52
Octal 246 372 312 42 0 23 2 222 131 122
Binary 10100110 11111010 11001010 100010 0 10011 10 10010010 1011001 1010010

Color Harmonies of #A6FACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FACA

Black with #A6FACA

Text Example


Text Example

White with #A6FACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FACA; }

 p { color: rgb(166,250,202); }

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

background-color css

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

 a { background-color: rgb(166,250,202); }

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

border-color css

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

 span { border-color: rgb(166,250,202); }

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