#9EFADB

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

Shades of Magic Mint #9EFADB

Tints of Magic Mint #9EFADB

Color information

#9EFADB (or 0x9EFADB) is unknown color: approx Magic Mint. HEX triplet: 9E, FA and DB. RGB value is (158,250,219). Sum of RGB (Red+Green+Blue) = 158+250+219=627 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.20% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFADB is #610524. Grayscale: #DADADA. Windows color (decimal): -6358309 or 14416542. OLE color: 14416542.

HSL color Cylindrical-coordinate representation of color #9EFADB: hue angle of 159.78º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EFADB is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB158250219-
CMYK0.3700.120.02
HSL159.78º90.2%80%-
HSV(B)159.78º36.8%98.04%-
XYZ61.0780.7579.39-
YUV218.96128.0284.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.20%
GREEN value IS 250 (98.05% from 255) = 39.87%
BLUE value IS 219 (85.94% from 255) = 34.93%
R=25.20%
G=39.87%
B=34.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582502190.3700.120.02159.7890.280
Hex9EFADB250C2a05a50
Octal236372333450142240132120
Binary10011110111110101101101110010101100101010000010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,250,219); }

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

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

 a { background-color: rgb(158,250,219); }

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

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

 span { border-color: rgb(158,250,219); }

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