#95ECCC

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

Shades of Magic Mint #95ECCC

Tints of Magic Mint #95ECCC

Color information

#95ECCC (or 0x95ECCC) is unknown color: approx Magic Mint. HEX triplet: 95, EC and CC. RGB value is (149,236,204). Sum of RGB (Red+Green+Blue) = 149+236+204=589 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.30% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #95ECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95ECCC is #6A1333. Grayscale: #CECECE. Windows color (decimal): -6951732 or 13429909. OLE color: 13429909.

HSL color Cylindrical-coordinate representation of color #95ECCC: hue angle of 157.93º 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 #95ECCC is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB149236204-
CMYK0.3700.140.07
HSL157.93º69.6%75.49%-
HSV(B)157.93º36.86%92.55%-
XYZ53.2970.7467.97-
YUV206.34126.6887.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.30%
GREEN value IS 236 (92.58% from 255) = 40.07%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=25.30%
G=40.07%
B=34.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492362040.3700.140.07157.9369.675.49
Hex95ECCC250E79e464b
Octal225354314450167236106113
Binary100101011110110011001100100101011101111001111010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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