#9AE8CA

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

Shades of Magic Mint #9AE8CA

Tints of Magic Mint #9AE8CA

Color information

#9AE8CA (or 0x9AE8CA) is unknown color: approx Magic Mint. HEX triplet: 9A, E8 and CA. RGB value is (154,232,202). Sum of RGB (Red+Green+Blue) = 154+232+202=588 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.19% from 588); Green value is 232 (91.02% from 255 or 39.46% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 232 - color contains mainly: green. Hex color #9AE8CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AE8CA is #651735. Grayscale: #CDCDCD. Windows color (decimal): -6625078 or 13297818. OLE color: 13297818.

HSL color Cylindrical-coordinate representation of color #9AE8CA: hue angle of 156.92º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AE8CA is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB154232202-
CMYK0.3400.130.09
HSL156.92º62.9%75.69%-
HSV(B)156.92º33.62%90.98%-
XYZ52.8468.8566.38-
YUV205.26126.1691.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.19%
GREEN value IS 232 (91.02% from 255) = 39.46%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=26.19%
G=39.46%
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.09
SystemRedGreenBlueCMYKHSL
Decimal1542322020.3400.130.09156.9262.975.69
Hex9AE8CA220D99d3f4c
Octal232350312420151123577114
Binary100110101110100011001010100010011011001100111011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,232,202); }

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

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

 a { background-color: rgb(154,232,202); }

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

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

 span { border-color: rgb(154,232,202); }

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