#9AEAC1

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

Shades of Magic Mint #9AEAC1

Tints of Magic Mint #9AEAC1

Color information

#9AEAC1 (or 0x9AEAC1) is unknown color: approx Magic Mint. HEX triplet: 9A, EA and C1. RGB value is (154,234,193). Sum of RGB (Red+Green+Blue) = 154+234+193=581 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.51% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #9AEAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEAC1 is #65153E. Grayscale: #CDCDCD. Windows color (decimal): -6624575 or 12708506. OLE color: 12708506.

HSL color Cylindrical-coordinate representation of color #9AEAC1: hue angle of 149.25º degrees, saturation: 0.66, 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 #9AEAC1 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB154234193-
CMYK0.3400.180.08
HSL149.25º65.57%76.08%-
HSV(B)149.25º34.19%91.76%-
XYZ52.3769.5761.12-
YUV205.4112191.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.51%
GREEN value IS 234 (91.80% from 255) = 40.28%
BLUE value IS 193 (75.78% from 255) = 33.22%
R=26.51%
G=40.28%
B=33.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542341930.3400.180.08149.2565.5776.08
Hex9AEAC122012895424c
Octal2323523014202210225102114
Binary10011010111010101100000110001001001010001001010110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,234,193); }

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

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

 a { background-color: rgb(154,234,193); }

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

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

 span { border-color: rgb(154,234,193); }

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