#9AEBCC

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

Shades of Magic Mint #9AEBCC

Tints of Magic Mint #9AEBCC

Color information

#9AEBCC (or 0x9AEBCC) is unknown color: approx Magic Mint. HEX triplet: 9A, EB and CC. RGB value is (154,235,204). Sum of RGB (Red+Green+Blue) = 154+235+204=593 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.97% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEBCC is #651433. Grayscale: #CFCFCF. Windows color (decimal): -6624308 or 13429658. OLE color: 13429658.

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

Color convert

RGB154235204-
CMYK0.3400.130.08
HSL157.04º66.94%76.27%-
HSV(B)157.04º34.47%92.16%-
XYZ53.9370.6567.92-
YUV207.25126.1690.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.97%
GREEN value IS 235 (92.19% from 255) = 39.63%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=25.97%
G=39.63%
B=34.40%

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
Decimal1542352040.3400.130.08157.0466.9476.27
Hex9AEBCC220D89d434c
Octal2323533144201510235103114
Binary1001101011101011110011001000100110110001001110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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