#9AEBD1

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

Shades of Magic Mint #9AEBD1

Tints of Magic Mint #9AEBD1

Color information

#9AEBD1 (or 0x9AEBD1) is unknown color: approx Magic Mint. HEX triplet: 9A, EB and D1. RGB value is (154,235,209). Sum of RGB (Red+Green+Blue) = 154+235+209=598 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.75% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEBD1 is #65142E. Grayscale: #CFCFCF. Windows color (decimal): -6624303 or 13757338. OLE color: 13757338.

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

Color convert

RGB154235209-
CMYK0.3400.110.08
HSL160.74º66.94%76.27%-
HSV(B)160.74º34.47%92.16%-
XYZ54.5470.8971.13-
YUV207.82128.6689.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.75%
GREEN value IS 235 (92.19% from 255) = 39.30%
BLUE value IS 209 (82.03% from 255) = 34.95%
R=25.75%
G=39.30%
B=34.95%

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
Decimal1542352090.3400.110.08160.7466.9476.27
Hex9AEBD1220B8a1434c
Octal2323533214201310241103114
Binary1001101011101011110100011000100101110001010000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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