#95EFC6

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

Shades of Magic Mint #95EFC6

Tints of Magic Mint #95EFC6

Color information

#95EFC6 (or 0x95EFC6) is unknown color: approx Magic Mint. HEX triplet: 95, EF and C6. RGB value is (149,239,198). Sum of RGB (Red+Green+Blue) = 149+239+198=586 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.43% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EFC6 is #6A1039. Grayscale: #CFCFCF. Windows color (decimal): -6950970 or 13037461. OLE color: 13037461.

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

Color convert

RGB149239198-
CMYK0.3800.170.06
HSL152.67º73.77%76.08%-
HSV(B)152.67º37.66%93.73%-
XYZ53.4572.264.54-
YUV207.42122.6886.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.43%
GREEN value IS 239 (93.75% from 255) = 40.78%
BLUE value IS 198 (77.73% from 255) = 33.79%
R=25.43%
G=40.78%
B=33.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492391980.3800.170.06152.6773.7776.08
Hex95EFC6260116994a4c
Octal225357306460216231112114
Binary1001010111101111110001101001100100011101001100110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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