#95F9C9

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

Shades of Magic Mint #95F9C9

Tints of Magic Mint #95F9C9

Color information

#95F9C9 (or 0x95F9C9) is unknown color: approx Magic Mint. HEX triplet: 95, F9 and C9. RGB value is (149,249,201). Sum of RGB (Red+Green+Blue) = 149+249+201=599 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.87% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #95F9C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F9C9 is #6A0636. Grayscale: #D5D5D5. Windows color (decimal): -6948407 or 13236629. OLE color: 13236629.

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

Color convert

RGB149249201-
CMYK0.4000.190.02
HSL151.2º89.29%78.04%-
HSV(B)151.2º40.16%97.65%-
XYZ56.8178.3667.39-
YUV213.63120.8781.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.87%
GREEN value IS 249 (97.66% from 255) = 41.57%
BLUE value IS 201 (78.91% from 255) = 33.56%
R=24.87%
G=41.57%
B=33.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492492010.4000.190.02151.289.2978.04
Hex95F9C928013297594e
Octal225371311500232227131116
Binary100101011111100111001001101000010011101001011110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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