#95F8BC

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

Shades of Magic Mint #95F8BC

Tints of Magic Mint #95F8BC

Color information

#95F8BC (or 0x95F8BC) is unknown color: approx Magic Mint. HEX triplet: 95, F8 and BC. RGB value is (149,248,188). Sum of RGB (Red+Green+Blue) = 149+248+188=585 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.47% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 248 - color contains mainly: green. Hex color #95F8BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F8BC is #6A0743. Grayscale: #D3D3D3. Windows color (decimal): -6948676 or 12384405. OLE color: 12384405.

HSL color Cylindrical-coordinate representation of color #95F8BC: hue angle of 143.64º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F8BC is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB149248188-
CMYK0.4000.240.03
HSL143.64º87.61%77.84%-
HSV(B)143.64º39.92%97.25%-
XYZ55.0477.1659.57-
YUV211.56114.783.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.47%
GREEN value IS 248 (97.27% from 255) = 42.39%
BLUE value IS 188 (73.83% from 255) = 32.14%
R=25.47%
G=42.39%
B=32.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1492481880.4000.240.03143.6487.6177.84
Hex95F8BC28018390584e
Octal225370274500303220130116
Binary100101011111100010111100101000011000111001000010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,248,188); }

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

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

 a { background-color: rgb(149,248,188); }

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

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

 span { border-color: rgb(149,248,188); }

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