Html Css Color HEX #A6FDDF Magic Mint

📋 copy color: '#A6FDDF'

red 166 ◦ green 253 ◦ blue 223

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

Shades of Magic Mint #A6FDDF

Tints of Magic Mint #A6FDDF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.41%

 BLUE value IS 223 (87.5% from 255) = 34.74%

R = 25.86%
G = 39.41%
B = 34.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#A6FDDF (or 0xA6FDDF) is known color: Magic Mint. HEX triplet: A6, FD and DF. RGB value is (166,253,223). Sum of RGB (Red+Green+Blue) = 166+253+223=642 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.86% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FDDF is #590220. Grayscale: #DFDFDF. Windows color (decimal): -5833249 or 14679462. OLE color: 14679462.

HSL color Cylindrical-coordinate representation of color #A6FDDF: hue angle of 159.31º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FDDF is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 253 223 -
CMYK 0.34 0 0.12 0.01
HSL 159.31º 0.96% 0.82% -
HSV(B) 159.31º 0.34% 0.99% -
XYZ 64.17 83.69 82.58 -
YUV 223.57 127.68 86.94 -
System Red Green Blue C M Y K H S L
Decimal 166 253 223 0.34 0 0.12 0.01 159.31 0.96 0.82
Hex A6 FD DF 22 0 C 1 9F 60 52
Octal 246 375 337 42 0 14 1 237 140 122
Binary 10100110 11111101 11011111 100010 0 1100 1 10011111 1100000 1010010

Color Harmonies of #A6FDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FDDF

Black with #A6FDDF

Text Example


Text Example

White with #A6FDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FDDF; }

 p { color: rgb(166,253,223); }

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

background-color css

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

 a { background-color: rgb(166,253,223); }

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

border-color css

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

 span { border-color: rgb(166,253,223); }

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