#95EFBF

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

Shades of Magic Mint #95EFBF

Tints of Magic Mint #95EFBF

Color information

#95EFBF (or 0x95EFBF) is unknown color: approx Magic Mint. HEX triplet: 95, EF and BF. RGB value is (149,239,191). Sum of RGB (Red+Green+Blue) = 149+239+191=579 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.73% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EFBF is #6A1040. Grayscale: #CECECE. Windows color (decimal): -6950977 or 12578709. OLE color: 12578709.

HSL color Cylindrical-coordinate representation of color #95EFBF: hue angle of 148º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EFBF is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB149239191-
CMYK0.3800.200.06
HSL148º73.77%76.08%-
HSV(B)148º37.66%93.73%-
XYZ52.6671.8860.39-
YUV206.62119.1886.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.73%
GREEN value IS 239 (93.75% from 255) = 41.28%
BLUE value IS 191 (75% from 255) = 32.99%
R=25.73%
G=41.28%
B=32.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492391910.3800.200.0614873.7776.08
Hex95EFBF260146944a4c
Octal225357277460246224112114
Binary1001010111101111101111111001100101001101001010010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,239,191); }

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

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

 a { background-color: rgb(149,239,191); }

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

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

 span { border-color: rgb(149,239,191); }

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