#9AE5CB

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

Shades of Magic Mint #9AE5CB

Tints of Magic Mint #9AE5CB

Color information

#9AE5CB (or 0x9AE5CB) is unknown color: approx Magic Mint. HEX triplet: 9A, E5 and CB. RGB value is (154,229,203). Sum of RGB (Red+Green+Blue) = 154+229+203=586 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.28% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 229 - color contains mainly: green. Hex color #9AE5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AE5CB is #651A34. Grayscale: #CBCBCB. Windows color (decimal): -6625845 or 13362586. OLE color: 13362586.

HSL color Cylindrical-coordinate representation of color #9AE5CB: hue angle of 159.2º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AE5CB is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB154229203-
CMYK0.3300.110.10
HSL159.2º59.06%75.1%-
HSV(B)159.2º32.75%89.8%-
XYZ52.1367.2266.73-
YUV203.61127.6592.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.28%
GREEN value IS 229 (89.84% from 255) = 39.08%
BLUE value IS 203 (79.69% from 255) = 34.64%
R=26.28%
G=39.08%
B=34.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1542292030.3300.110.10159.259.0675.1
Hex9AE5CB210BA9f3b4b
Octal232345313410131223773113
Binary100110101110010111001011100001010111010100111111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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