#9EEEC1

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

Shades of Magic Mint #9EEEC1

Tints of Magic Mint #9EEEC1

Color information

#9EEEC1 (or 0x9EEEC1) is unknown color: approx Magic Mint. HEX triplet: 9E, EE and C1. RGB value is (158,238,193). Sum of RGB (Red+Green+Blue) = 158+238+193=589 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.83% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #9EEEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEEC1 is #61113E. Grayscale: #D1D1D1. Windows color (decimal): -6361407 or 12709534. OLE color: 12709534.

HSL color Cylindrical-coordinate representation of color #9EEEC1: hue angle of 146.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEEC1 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB158238193-
CMYK0.3400.190.07
HSL146.25º70.18%77.65%-
HSV(B)146.25º33.61%93.33%-
XYZ54.372.2761.54-
YUV208.9511991.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.83%
GREEN value IS 238 (93.36% from 255) = 40.41%
BLUE value IS 193 (75.78% from 255) = 32.77%
R=26.83%
G=40.41%
B=32.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582381930.3400.190.07146.2570.1877.65
Hex9EEEC122013792464e
Octal236356301420237222106116
Binary1001111011101110110000011000100100111111001001010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,238,193); }

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

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

 a { background-color: rgb(158,238,193); }

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

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

 span { border-color: rgb(158,238,193); }

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