#9AEACB

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

Shades of Magic Mint #9AEACB

Tints of Magic Mint #9AEACB

Color information

#9AEACB (or 0x9AEACB) is unknown color: approx Magic Mint. HEX triplet: 9A, EA and CB. RGB value is (154,234,203). Sum of RGB (Red+Green+Blue) = 154+234+203=591 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.06% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 234 - color contains mainly: green. Hex color #9AEACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEACB is #651534. Grayscale: #CECECE. Windows color (decimal): -6624565 or 13363866. OLE color: 13363866.

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

Color convert

RGB154234203-
CMYK0.3400.130.08
HSL156.75º65.57%76.08%-
HSV(B)156.75º34.19%91.76%-
XYZ53.5370.0367.2-
YUV206.5512690.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.06%
GREEN value IS 234 (91.80% from 255) = 39.59%
BLUE value IS 203 (79.69% from 255) = 34.35%
R=26.06%
G=39.59%
B=34.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542342030.3400.130.08156.7565.5776.08
Hex9AEACB220D89d424c
Octal2323523134201510235102114
Binary1001101011101010110010111000100110110001001110110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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