#9AEBC6

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

Shades of Magic Mint #9AEBC6

Tints of Magic Mint #9AEBC6

Color information

#9AEBC6 (or 0x9AEBC6) is unknown color: approx Magic Mint. HEX triplet: 9A, EB and C6. RGB value is (154,235,198). Sum of RGB (Red+Green+Blue) = 154+235+198=587 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.24% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEBC6 is #651439. Grayscale: #CECECE. Windows color (decimal): -6624314 or 13036442. OLE color: 13036442.

HSL color Cylindrical-coordinate representation of color #9AEBC6: hue angle of 152.59º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AEBC6 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB154235198-
CMYK0.3400.160.08
HSL152.59º66.94%76.27%-
HSV(B)152.59º34.47%92.16%-
XYZ53.2370.3664.2-
YUV206.56123.1690.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.24%
GREEN value IS 235 (92.19% from 255) = 40.03%
BLUE value IS 198 (77.73% from 255) = 33.73%
R=26.24%
G=40.03%
B=33.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542351980.3400.160.08152.5966.9476.27
Hex9AEBC622010899434c
Octal2323533064202010231103114
Binary10011010111010111100011010001001000010001001100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,235,198); }

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

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

 a { background-color: rgb(154,235,198); }

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

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

 span { border-color: rgb(154,235,198); }

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