#9EF2DD

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

Shades of Magic Mint #9EF2DD

Tints of Magic Mint #9EF2DD

Color information

#9EF2DD (or 0x9EF2DD) is unknown color: approx Magic Mint. HEX triplet: 9E, F2 and DD. RGB value is (158,242,221). Sum of RGB (Red+Green+Blue) = 158+242+221=621 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.44% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF2DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF2DD is #610D22. Grayscale: #D6D6D6. Windows color (decimal): -6360355 or 14545566. OLE color: 14545566.

HSL color Cylindrical-coordinate representation of color #9EF2DD: hue angle of 165º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF2DD is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB158242221-
CMYK0.3500.090.05
HSL165º76.36%78.43%-
HSV(B)165º34.71%94.9%-
XYZ58.975.9979.97-
YUV214.49131.6787.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.44%
GREEN value IS 242 (94.92% from 255) = 38.97%
BLUE value IS 221 (86.72% from 255) = 35.59%
R=25.44%
G=38.97%
B=35.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582422210.3500.090.0516576.3678.43
Hex9EF2DD23095a54c4e
Octal236362335430115245114116
Binary100111101111001011011101100011010011011010010110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,242,221); }

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

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

 a { background-color: rgb(158,242,221); }

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

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

 span { border-color: rgb(158,242,221); }

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