#95F2D3

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

Shades of Magic Mint #95F2D3

Tints of Magic Mint #95F2D3

Color information

#95F2D3 (or 0x95F2D3) is unknown color: approx Magic Mint. HEX triplet: 95, F2 and D3. RGB value is (149,242,211). Sum of RGB (Red+Green+Blue) = 149+242+211=602 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.75% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #95F2D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F2D3 is #6A0D2C. Grayscale: #D2D2D2. Windows color (decimal): -6950189 or 13890197. OLE color: 13890197.

HSL color Cylindrical-coordinate representation of color #95F2D3: hue angle of 160º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F2D3 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB149242211-
CMYK0.3800.130.05
HSL160º78.15%76.67%-
HSV(B)160º38.43%94.9%-
XYZ55.974.673.08-
YUV210.66128.1984.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.75%
GREEN value IS 242 (94.92% from 255) = 40.20%
BLUE value IS 211 (82.81% from 255) = 35.05%
R=24.75%
G=40.20%
B=35.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492422110.3800.130.0516078.1576.67
Hex95F2D3260D5a04e4d
Octal225362323460155240116115
Binary100101011111001011010011100110011011011010000010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,242,211); }

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

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

 a { background-color: rgb(149,242,211); }

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

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

 span { border-color: rgb(149,242,211); }

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