#9AEECB

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

Shades of Magic Mint #9AEECB

Tints of Magic Mint #9AEECB

Color information

#9AEECB (or 0x9AEECB) is unknown color: approx Magic Mint. HEX triplet: 9A, EE and CB. RGB value is (154,238,203). Sum of RGB (Red+Green+Blue) = 154+238+203=595 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.88% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #9AEECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEECB is #651134. Grayscale: #D0D0D0. Windows color (decimal): -6623541 or 13364890. OLE color: 13364890.

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

Color convert

RGB154238203-
CMYK0.3500.150.07
HSL155º71.19%76.86%-
HSV(B)155º35.29%93.33%-
XYZ54.6872.3367.58-
YUV208.89124.6788.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.88%
GREEN value IS 238 (93.36% from 255) = 40%
BLUE value IS 203 (79.69% from 255) = 34.12%
R=25.88%
G=40%
B=34.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542382030.3500.150.0715571.1976.86
Hex9AEECB230F79b474d
Octal232356313430177233107115
Binary100110101110111011001011100011011111111001101110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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