#9AEEC6

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

Shades of Magic Mint #9AEEC6

Tints of Magic Mint #9AEEC6

Color information

#9AEEC6 (or 0x9AEEC6) is unknown color: approx Magic Mint. HEX triplet: 9A, EE and C6. RGB value is (154,238,198). Sum of RGB (Red+Green+Blue) = 154+238+198=590 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.10% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #9AEEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEEC6 is #651139. Grayscale: #D0D0D0. Windows color (decimal): -6623546 or 13037210. OLE color: 13037210.

HSL color Cylindrical-coordinate representation of color #9AEEC6: hue angle of 151.43º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEEC6 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB154238198-
CMYK0.3500.170.07
HSL151.43º71.19%76.86%-
HSV(B)151.43º35.29%93.33%-
XYZ54.0972.164.49-
YUV208.32122.1789.25-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.10%
GREEN value IS 238 (93.36% from 255) = 40.34%
BLUE value IS 198 (77.73% from 255) = 33.56%
R=26.10%
G=40.34%
B=33.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542381980.3500.170.07151.4371.1976.86
Hex9AEEC623011797474d
Octal232356306430217227107115
Binary1001101011101110110001101000110100011111001011110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,238,198); }

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

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

 a { background-color: rgb(154,238,198); }

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

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

 span { border-color: rgb(154,238,198); }

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