#95F9BD

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

Shades of Magic Mint #95F9BD

Tints of Magic Mint #95F9BD

Color information

#95F9BD (or 0x95F9BD) is unknown color: approx Magic Mint. HEX triplet: 95, F9 and BD. RGB value is (149,249,189). Sum of RGB (Red+Green+Blue) = 149+249+189=587 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.38% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #95F9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F9BD is #6A0642. Grayscale: #D4D4D4. Windows color (decimal): -6948419 or 12450197. OLE color: 12450197.

HSL color Cylindrical-coordinate representation of color #95F9BD: hue angle of 144º 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 #95F9BD is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB149249189-
CMYK0.4000.240.02
HSL144º89.29%78.04%-
HSV(B)144º40.16%97.65%-
XYZ55.4677.8260.24-
YUV212.26114.8782.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.38%
GREEN value IS 249 (97.66% from 255) = 42.42%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=25.38%
G=42.42%
B=32.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492491890.4000.240.0214489.2978.04
Hex95F9BD28018290594e
Octal225371275500302220131116
Binary100101011111100110111101101000011000101001000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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