#9AEEC0

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

Shades of Magic Mint #9AEEC0

Tints of Magic Mint #9AEEC0

Color information

#9AEEC0 (or 0x9AEEC0) is unknown color: approx Magic Mint. HEX triplet: 9A, EE and C0. RGB value is (154,238,192). Sum of RGB (Red+Green+Blue) = 154+238+192=584 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.37% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #9AEEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEEC0 is #65113F. Grayscale: #CFCFCF. Windows color (decimal): -6623552 or 12643994. OLE color: 12643994.

HSL color Cylindrical-coordinate representation of color #9AEEC0: hue angle of 147.14º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEEC0 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB154238192-
CMYK0.3500.190.07
HSL147.14º71.19%76.86%-
HSV(B)147.14º35.29%93.33%-
XYZ53.4271.8260.92-
YUV207.64119.1789.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.37%
GREEN value IS 238 (93.36% from 255) = 40.75%
BLUE value IS 192 (75.39% from 255) = 32.88%
R=26.37%
G=40.75%
B=32.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542381920.3500.190.07147.1471.1976.86
Hex9AEEC023013793474d
Octal232356300430237223107115
Binary1001101011101110110000001000110100111111001001110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AEEC0; }

 p { color: rgb(154,238,192); }

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

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

 a { background-color: rgb(154,238,192); }

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

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

 span { border-color: rgb(154,238,192); }

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