#95F9B9

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

Shades of Magic Mint #95F9B9

Tints of Magic Mint #95F9B9

Color information

#95F9B9 (or 0x95F9B9) is unknown color: approx Magic Mint. HEX triplet: 95, F9 and B9. RGB value is (149,249,185). Sum of RGB (Red+Green+Blue) = 149+249+185=583 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.56% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 185 (72.66% from 255 or 31.73% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #95F9B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F9B9 is #6A0646. Grayscale: #D3D3D3. Windows color (decimal): -6948423 or 12188053. OLE color: 12188053.

HSL color Cylindrical-coordinate representation of color #95F9B9: hue angle of 141.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F9B9 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB149249185-
CMYK0.4000.260.02
HSL141.6º89.29%78.04%-
HSV(B)141.6º40.16%97.65%-
XYZ55.0377.6457.99-
YUV211.8112.8783.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.56%
GREEN value IS 249 (97.66% from 255) = 42.71%
BLUE value IS 185 (72.66% from 255) = 31.73%
R=25.56%
G=42.71%
B=31.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492491850.4000.260.02141.689.2978.04
Hex95F9B92801A28e594e
Octal225371271500322216131116
Binary100101011111100110111001101000011010101000111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,249,185); }

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

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

 a { background-color: rgb(149,249,185); }

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

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

 span { border-color: rgb(149,249,185); }

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