#A9EBCC

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

Shades of Magic Mint #A9EBCC

Tints of Magic Mint #A9EBCC

Color information

#A9EBCC (or 0xA9EBCC) is unknown color: approx Magic Mint. HEX triplet: A9, EB and CC. RGB value is (169,235,204). Sum of RGB (Red+Green+Blue) = 169+235+204=608 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.80% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #A9EBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EBCC is #561433. Grayscale: #D3D3D3. Windows color (decimal): -5641268 or 13429673. OLE color: 13429673.

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

Color convert

RGB169235204-
CMYK0.2800.130.08
HSL151.82º62.26%79.22%-
HSV(B)151.82º28.09%92.16%-
XYZ56.9772.2168.06-
YUV211.73123.6397.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.80%
GREEN value IS 235 (92.19% from 255) = 38.65%
BLUE value IS 204 (80.08% from 255) = 33.55%
R=27.80%
G=38.65%
B=33.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1692352040.2800.130.08151.8262.2679.22
HexA9EBCC1C0D8983e4f
Octal251353314340151023076117
Binary10101001111010111100110011100011011000100110001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EBCC; }

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

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

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

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

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

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

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

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