#9AEBD0

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

Shades of Magic Mint #9AEBD0

Tints of Magic Mint #9AEBD0

Color information

#9AEBD0 (or 0x9AEBD0) is unknown color: approx Magic Mint. HEX triplet: 9A, EB and D0. RGB value is (154,235,208). Sum of RGB (Red+Green+Blue) = 154+235+208=597 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.80% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEBD0 is #65142F. Grayscale: #CFCFCF. Windows color (decimal): -6624304 or 13691802. OLE color: 13691802.

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

Color convert

RGB154235208-
CMYK0.3400.110.08
HSL160º66.94%76.27%-
HSV(B)160º34.47%92.16%-
XYZ54.4270.8470.48-
YUV207.7128.1689.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.80%
GREEN value IS 235 (92.19% from 255) = 39.36%
BLUE value IS 208 (81.64% from 255) = 34.84%
R=25.80%
G=39.36%
B=34.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542352080.3400.110.0816066.9476.27
Hex9AEBD0220B8a0434c
Octal2323533204201310240103114
Binary1001101011101011110100001000100101110001010000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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