#9EEDCA

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

Shades of Magic Mint #9EEDCA

Tints of Magic Mint #9EEDCA

Color information

#9EEDCA (or 0x9EEDCA) is unknown color: approx Magic Mint. HEX triplet: 9E, ED and CA. RGB value is (158,237,202). Sum of RGB (Red+Green+Blue) = 158+237+202=597 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.47% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEDCA is #611235. Grayscale: #D1D1D1. Windows color (decimal): -6361654 or 13299102. OLE color: 13299102.

HSL color Cylindrical-coordinate representation of color #9EEDCA: hue angle of 153.42º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEDCA is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB158237202-
CMYK0.3300.150.07
HSL153.42º68.7%77.45%-
HSV(B)153.42º33.33%92.94%-
XYZ55.0572.166.89-
YUV209.39123.8391.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.47%
GREEN value IS 237 (92.97% from 255) = 39.70%
BLUE value IS 202 (79.30% from 255) = 33.84%
R=26.47%
G=39.70%
B=33.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582372020.3300.150.07153.4268.777.45
Hex9EEDCA210F799454d
Octal236355312410177231105115
Binary100111101110110111001010100001011111111001100110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,237,202); }

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

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

 a { background-color: rgb(158,237,202); }

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

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

 span { border-color: rgb(158,237,202); }

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