#A6EBCC

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

Shades of Magic Mint #A6EBCC

Tints of Magic Mint #A6EBCC

Color information

#A6EBCC (or 0xA6EBCC) is unknown color: approx Magic Mint. HEX triplet: A6, EB and CC. RGB value is (166,235,204). Sum of RGB (Red+Green+Blue) = 166+235+204=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EBCC is #591433. Grayscale: #D2D2D2. Windows color (decimal): -5837876 or 13429670. OLE color: 13429670.

HSL color Cylindrical-coordinate representation of color #A6EBCC: hue angle of 153.04º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EBCC is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB166235204-
CMYK0.2900.130.08
HSL153.04º63.3%78.63%-
HSV(B)153.04º29.36%92.16%-
XYZ56.3371.8868.03-
YUV210.84124.1496.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.44%
GREEN value IS 235 (92.19% from 255) = 38.84%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=27.44%
G=38.84%
B=33.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662352040.2900.130.08153.0463.378.63
HexA6EBCC1D0D8993f4f
Octal246353314350151023177117
Binary10100110111010111100110011101011011000100110011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EBCC; }

 p { color: rgb(166,235,204); }

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

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

 a { background-color: rgb(166,235,204); }

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

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

 span { border-color: rgb(166,235,204); }

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