#9AEED7

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

Shades of Magic Mint #9AEED7

Tints of Magic Mint #9AEED7

Color information

#9AEED7 (or 0x9AEED7) is unknown color: approx Magic Mint. HEX triplet: 9A, EE and D7. RGB value is (154,238,215). Sum of RGB (Red+Green+Blue) = 154+238+215=607 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.37% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 238 - color contains mainly: green. Hex color #9AEED7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEED7 is #651128. Grayscale: #D2D2D2. Windows color (decimal): -6623529 or 14151322. OLE color: 14151322.

HSL color Cylindrical-coordinate representation of color #9AEED7: hue angle of 163.57º 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 #9AEED7 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB154238215-
CMYK0.3500.100.07
HSL163.57º71.19%76.86%-
HSV(B)163.57º35.29%93.33%-
XYZ56.1772.9375.41-
YUV210.26130.6787.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.37%
GREEN value IS 238 (93.36% from 255) = 39.21%
BLUE value IS 215 (84.38% from 255) = 35.42%
R=25.37%
G=39.21%
B=35.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542382150.3500.100.07163.5771.1976.86
Hex9AEED7230A7a4474d
Octal232356327430127244107115
Binary100110101110111011010111100011010101111010010010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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