#95EBC9

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

Shades of Magic Mint #95EBC9

Tints of Magic Mint #95EBC9

Color information

#95EBC9 (or 0x95EBC9) is unknown color: approx Magic Mint. HEX triplet: 95, EB and C9. RGB value is (149,235,201). Sum of RGB (Red+Green+Blue) = 149+235+201=585 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.47% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #95EBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EBC9 is #6A1436. Grayscale: #CDCDCD. Windows color (decimal): -6951991 or 13233045. OLE color: 13233045.

HSL color Cylindrical-coordinate representation of color #95EBC9: hue angle of 156.28º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EBC9 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB149235201-
CMYK0.3700.140.08
HSL156.28º68.25%75.29%-
HSV(B)156.28º36.6%92.16%-
XYZ52.6570.0266-
YUV205.41125.5187.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.47%
GREEN value IS 235 (92.19% from 255) = 40.17%
BLUE value IS 201 (78.91% from 255) = 34.36%
R=25.47%
G=40.17%
B=34.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492352010.3700.140.08156.2868.2575.29
Hex95EBC9250E89c444b
Octal2253533114501610234104113
Binary1001010111101011110010011001010111010001001110010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,235,201); }

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

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

 a { background-color: rgb(149,235,201); }

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

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

 span { border-color: rgb(149,235,201); }

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