#A6EDCB

Color #A6EDCB Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #A6EDCB

Tints of Magic Mint #A6EDCB

Color information

#A6EDCB (or 0xA6EDCB) is unknown color: approx Magic Mint. HEX triplet: A6, ED and CB. RGB value is (166,237,203). Sum of RGB (Red+Green+Blue) = 166+237+203=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EDCB is #591234. Grayscale: #D3D3D3. Windows color (decimal): -5837365 or 13364646. OLE color: 13364646.

HSL color Cylindrical-coordinate representation of color #A6EDCB: hue angle of 151.27º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EDCB is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB166237203-
CMYK0.3000.140.07
HSL151.27º66.36%79.02%-
HSV(B)151.27º29.96%92.94%-
XYZ56.7972.9967.59-
YUV211.9122.9895.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.39%
GREEN value IS 237 (92.97% from 255) = 39.11%
BLUE value IS 203 (79.69% from 255) = 33.50%
R=27.39%
G=39.11%
B=33.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662372030.3000.140.07151.2766.3679.02
HexA6EDCB1E0E797424f
Octal246355313360167227102117
Binary10100110111011011100101111110011101111001011110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EDCB; }

 p { color: rgb(166,237,203); }

 H1.HeaderClassName
 {
   color: #A6EDCB;
 }
 .AnyTagClassName
 {
   color: #A6EDCB;
 }
</style>
background-color css

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

 a { background-color: rgb(166,237,203); }

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

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

 span { border-color: rgb(166,237,203); }

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