#95ECC4

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

Shades of Magic Mint #95ECC4

Tints of Magic Mint #95ECC4

Color information

#95ECC4 (or 0x95ECC4) is unknown color: approx Magic Mint. HEX triplet: 95, EC and C4. RGB value is (149,236,196). Sum of RGB (Red+Green+Blue) = 149+236+196=581 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.65% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #95ECC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95ECC4 is #6A133B. Grayscale: #CDCDCD. Windows color (decimal): -6951740 or 12905621. OLE color: 12905621.

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

Color convert

RGB149236196-
CMYK0.3700.170.07
HSL152.41º69.6%75.49%-
HSV(B)152.41º36.86%92.55%-
XYZ52.3570.3763.05-
YUV205.43122.6887.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.65%
GREEN value IS 236 (92.58% from 255) = 40.62%
BLUE value IS 196 (76.95% from 255) = 33.73%
R=25.65%
G=40.62%
B=33.73%

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
Decimal1492361960.3700.170.07152.4169.675.49
Hex95ECC425011798464b
Octal225354304450217230106113
Binary1001010111101100110001001001010100011111001100010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ECC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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