Html Css Color HEX #A6FECF Magic Mint

📋 copy color: '#A6FECF'

red 166 ◦ green 254 ◦ blue 207

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

Shades of Magic Mint #A6FECF

Tints of Magic Mint #A6FECF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.51%

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

R = 26.48%
G = 40.51%
B = 33.01%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#A6FECF (or 0xA6FECF) is known color: Magic Mint. HEX triplet: A6, FE and CF. RGB value is (166,254,207). Sum of RGB (Red+Green+Blue) = 166+254+207=627 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.48% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FECF is #590130. Grayscale: #DEDEDE. Windows color (decimal): -5833009 or 13631142. OLE color: 13631142.

HSL color Cylindrical-coordinate representation of color #A6FECF: hue angle of 147.95º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FECF is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 166 254 207 -
CMYK 0.35 0 0.19 0.00
HSL 147.95º 0.98% 0.82% -
HSV(B) 147.95º 0.35% 1% -
XYZ 62.43 83.5 71.86 -
YUV 222.33 119.35 87.82 -
System Red Green Blue C M Y K H S L
Decimal 166 254 207 0.35 0 0.19 0.00 147.95 0.98 0.82
Hex A6 FE CF 23 0 13 0 94 62 52
Octal 246 376 317 43 0 23 0 224 142 122
Binary 10100110 11111110 11001111 100011 0 10011 0 10010100 1100010 1010010

Color Harmonies of #A6FECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FECF

Black with #A6FECF

Text Example


Text Example

White with #A6FECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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