#A6EDCA

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

Shades of Magic Mint #A6EDCA

Tints of Magic Mint #A6EDCA

Color information

#A6EDCA (or 0xA6EDCA) is unknown color: approx Magic Mint. HEX triplet: A6, ED and CA. RGB value is (166,237,202). Sum of RGB (Red+Green+Blue) = 166+237+202=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EDCA is #591235. Grayscale: #D3D3D3. Windows color (decimal): -5837366 or 13299110. OLE color: 13299110.

HSL color Cylindrical-coordinate representation of color #A6EDCA: hue angle of 150.42º 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 #A6EDCA is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB166237202-
CMYK0.3000.150.07
HSL150.42º66.36%79.02%-
HSV(B)150.42º29.96%92.94%-
XYZ56.6772.9466.97-
YUV211.78122.4895.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.44%
GREEN value IS 237 (92.97% from 255) = 39.17%
BLUE value IS 202 (79.30% from 255) = 33.39%
R=27.44%
G=39.17%
B=33.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662372020.3000.150.07150.4266.3679.02
HexA6EDCA1E0F796424f
Octal246355312360177226102117
Binary10100110111011011100101011110011111111001011010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EDCA; }

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

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

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

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

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

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

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

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