#95EFD6

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

Shades of Magic Mint #95EFD6

Tints of Magic Mint #95EFD6

Color information

#95EFD6 (or 0x95EFD6) is unknown color: approx Magic Mint. HEX triplet: 95, EF and D6. RGB value is (149,239,214). Sum of RGB (Red+Green+Blue) = 149+239+214=602 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.75% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 214 (83.98% from 255 or 35.55% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EFD6 is #6A1029. Grayscale: #D1D1D1. Windows color (decimal): -6950954 or 14086037. OLE color: 14086037.

HSL color Cylindrical-coordinate representation of color #95EFD6: hue angle of 163.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EFD6 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB149239214-
CMYK0.3800.100.06
HSL163.33º73.77%76.08%-
HSV(B)163.33º37.66%93.73%-
XYZ55.472.9874.78-
YUV209.24130.6885.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.75%
GREEN value IS 239 (93.75% from 255) = 39.70%
BLUE value IS 214 (83.98% from 255) = 35.55%
R=24.75%
G=39.70%
B=35.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492392140.3800.100.06163.3373.7776.08
Hex95EFD6260A6a34a4c
Octal225357326460126243112114
Binary100101011110111111010110100110010101101010001110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,239,214); }

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

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

 a { background-color: rgb(149,239,214); }

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

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

 span { border-color: rgb(149,239,214); }

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