#95F8C7

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

Shades of Magic Mint #95F8C7

Tints of Magic Mint #95F8C7

Color information

#95F8C7 (or 0x95F8C7) is unknown color: approx Magic Mint. HEX triplet: 95, F8 and C7. RGB value is (149,248,199). Sum of RGB (Red+Green+Blue) = 149+248+199=596 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 248 - color contains mainly: green. Hex color #95F8C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F8C7 is #6A0738. Grayscale: #D4D4D4. Windows color (decimal): -6948665 or 13105301. OLE color: 13105301.

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

Color convert

RGB149248199-
CMYK0.4000.200.03
HSL150.3º87.61%77.84%-
HSV(B)150.3º39.92%97.25%-
XYZ56.2777.6566.05-
YUV212.81120.282.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25%
GREEN value IS 248 (97.27% from 255) = 41.61%
BLUE value IS 199 (78.12% from 255) = 33.39%
R=25%
G=41.61%
B=33.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1492481990.4000.200.03150.387.6177.84
Hex95F8C728014396584e
Octal225370307500243226130116
Binary100101011111100011000111101000010100111001011010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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