#95E9C5

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

Shades of Magic Mint #95E9C5

Tints of Magic Mint #95E9C5

Color information

#95E9C5 (or 0x95E9C5) is unknown color: approx Magic Mint. HEX triplet: 95, E9 and C5. RGB value is (149,233,197). Sum of RGB (Red+Green+Blue) = 149+233+197=579 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.73% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #95E9C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E9C5 is #6A163A. Grayscale: #CBCBCB. Windows color (decimal): -6952507 or 12970389. OLE color: 12970389.

HSL color Cylindrical-coordinate representation of color #95E9C5: hue angle of 154.29º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95E9C5 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB149233197-
CMYK0.3600.150.09
HSL154.29º65.62%74.9%-
HSV(B)154.29º36.05%91.37%-
XYZ51.6168.763.36-
YUV203.78124.1788.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.73%
GREEN value IS 233 (91.41% from 255) = 40.24%
BLUE value IS 197 (77.34% from 255) = 34.02%
R=25.73%
G=40.24%
B=34.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492331970.3600.150.09154.2965.6274.9
Hex95E9C5240F99a424b
Octal2253513054401711232102113
Binary1001010111101001110001011001000111110011001101010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95E9C5; }

 p { color: rgb(149,233,197); }

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

<style>
 a { background-color: #95E9C5; }

 a { background-color: rgb(149,233,197); }

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

<style>
 span { border-color: #95E9C5; }

 span { border-color: rgb(149,233,197); }

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