#95ECC5

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

Shades of Magic Mint #95ECC5

Tints of Magic Mint #95ECC5

Color information

#95ECC5 (or 0x95ECC5) is unknown color: approx Magic Mint. HEX triplet: 95, EC and C5. RGB value is (149,236,197). Sum of RGB (Red+Green+Blue) = 149+236+197=582 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.60% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #95ECC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95ECC5 is #6A133A. Grayscale: #CDCDCD. Windows color (decimal): -6951739 or 12971157. OLE color: 12971157.

HSL color Cylindrical-coordinate representation of color #95ECC5: hue angle of 153.1º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95ECC5 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB149236197-
CMYK0.3700.170.07
HSL153.1º69.6%75.49%-
HSV(B)153.1º36.86%92.55%-
XYZ52.4770.4163.65-
YUV205.54123.1887.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.60%
GREEN value IS 236 (92.58% from 255) = 40.55%
BLUE value IS 197 (77.34% from 255) = 33.85%
R=25.60%
G=40.55%
B=33.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492361970.3700.170.07153.169.675.49
Hex95ECC525011799464b
Octal225354305450217231106113
Binary1001010111101100110001011001010100011111001100110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ECC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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